<?xml version="1.0" encoding="UTF-8"?><property><name>top</name><description><![CDATA[Absolute position from the top edge of the containing block.]]></description><keywords><![CDATA[css property top]]></keywords><longDescription><![CDATA[]]></longDescription><syntaxes><syntax><![CDATA[top: <length> | <percentage> | auto;]]></syntax></syntaxes><defaultValue><![CDATA[auto]]></defaultValue><values><value><name><![CDATA[auto]]></name><description><![CDATA[<p>For non-replaced elements, the effect of this value depends on which of related properties have the value <code>auto</code> as well.</p>]]></description></value><value><name><![CDATA[<length>]]></name><description><![CDATA[<p>The offset is a fixed distance from the reference edge. Negative values are allowed.</p>]]></description></value><value><name><![CDATA[<percentage>]]></name><description><![CDATA[<p>The offset is a percentage of the containing block's height. Negative values are allowed.</p>]]></description></value></values><versions><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/visuren.html#propdef-top]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/visuren.html#propdef-top]]></version><version key="doc3"><![CDATA[1]]></version></versions></property>