<?xml version="1.0" encoding="UTF-8"?><property><name>column-fill</name><description><![CDATA[Strategy for filling columns.]]></description><keywords><![CDATA[css property column-fill column fill]]></keywords><longDescription><![CDATA[<p>In continuous media, this property will only be consulted if the length of columns has been constrained. Otherwise, columns will automatically be balanced.</p>
<p>In continous media, this property does not have any effect in overflow columns (see below).</p>
<p>In paged media, this property will only have effect on the last page the multicol element appears on.</p>]]></longDescription><syntaxes><syntax><![CDATA[column-fill: auto | balance;]]></syntax></syntaxes><defaultValue><![CDATA[balance]]></defaultValue><values><value><name><![CDATA[auto]]></name><description><![CDATA[<p>Fills columns sequentially.</p>]]></description></value><value><name><![CDATA[balance]]></name><description><![CDATA[<p>Balance content equally between columns, if possible.</p>]]></description></value></values><versions><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-multicol/#column-fill]]></version></versions></property>