<?xml version="1.0" encoding="UTF-8"?><property><name>clear</name><description><![CDATA[This property indicates which sides of an element's box(es) may not be adjacent to an earlier floating box.]]></description><keywords><![CDATA[css property clear]]></keywords><longDescription><![CDATA[<p>The <code>clear</code> property does not consider floats inside the element itself or in other block formatting contexts.</p>
<p>Values other than <code>none</code> potentially introduce clearance. Clearance inhibits margin collapsing and acts as spacing above the margin-top of an element. It is used to push the element vertically past the float.</p>
]]></longDescription><syntaxes><syntax><![CDATA[clear: none | left | right | both;]]></syntax></syntaxes><defaultValue><![CDATA[none]]></defaultValue><values><value><name><![CDATA[none]]></name><description><![CDATA[No constraint on the box's position with respect to floats.]]></description></value><value><name><![CDATA[left]]></name><description><![CDATA[The clearance of the generated box is set to the amount necessary to place the top border edge below the bottom outer edge of any left-floating boxes that resulted from elements earlier in the source document.]]></description></value><value><name><![CDATA[right]]></name><description><![CDATA[The clearance of the generated box is set to the amount necessary to place the top border edge below the bottom outer edge of any right-floating boxes that resulted from elements earlier in the source document.]]></description></value><value><name><![CDATA[both]]></name><description><![CDATA[The clearance of the generated box is set to the amount necessary to place the top border edge below the bottom outer edge of any right-floating and left-floating boxes that resulted from elements earlier in the source document.]]></description></value></values><versions><version key="doc1"><![CDATA[http://www.w3.org/TR/CSS1/#clear]]></version><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/visuren.html#propdef-clear]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/visuren.html#propdef-clear]]></version><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-box/#clear]]></version></versions></property>