<?xml version="1.0" encoding="UTF-8"?><property><name>float</name><description><![CDATA[This property specifies whether a box should float to the left, right, or not at all.]]></description><keywords><![CDATA[css property float]]></keywords><longDescription><![CDATA[<p>It may be set for any element, but only applies to elements that generate boxes that are not absolutely positioned.</p>]]></longDescription><syntaxes><syntax><![CDATA[float: left | right | none | <page-floats>;]]></syntax></syntaxes><defaultValue><![CDATA[none]]></defaultValue><values><value><name><![CDATA[none]]></name><description><![CDATA[<p>The box is not floated.</p>]]></description></value><value><name><![CDATA[left]]></name><description><![CDATA[<p>The element generates a block box that is floated to the left. Content flows on the right side of the box, starting at the top (subject to the <code>clear</code> property).</p>]]></description></value><value><name><![CDATA[right]]></name><description><![CDATA[<p>Similar to left, except the box is floated to the right, and content flows on the left side of the box, starting at the top.</p>]]></description></value><value><name><![CDATA[<page-floats>]]></name><description><![CDATA[<p>See Generated Content for Paged Media <a href="http://www.w3.org/TR/css3-gcpm/">[CSS3GCPM]</a>.</p>]]></description></value></values><versions><version key="doc1"><![CDATA[http://www.w3.org/TR/CSS1/#float]]></version><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/visuren.html#float-position]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/visuren.html#float-position]]></version><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-box/#float]]></version></versions></property>