<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-box-reflect</name><description><![CDATA[Defines a reflection of a border box.]]></description><keywords><![CDATA[css property -webkit-box-reflect webkit box reflect]]></keywords><longDescription><![CDATA[<p>Reflections will update automatically as the source changes. Specifying a reflection has the effect of creating a stacking context (like opacity, masks, and transforms). The reflection is non-interactive, and as such, it has no effect on hit testing. The reflection has no effect on layout, other than being part of a container’s overflow; it is similar to <code>-webkit-box-shadow</code> in this respect.</p>
]]></longDescription><syntaxes><syntax><![CDATA[-webkit-box-reflect: <direction> <offset> <mask-box-image>;]]></syntax></syntaxes><values><value><name><![CDATA[<direction>]]></name><description><![CDATA[<p>The position of the reflection relative to the border box.</p>]]></description><values><value><name><![CDATA[above]]></name><description><![CDATA[The reflection appears above the border box.]]></description></value><value><name><![CDATA[below]]></name><description><![CDATA[The reflection appears below the border box.]]></description></value><value><name><![CDATA[left]]></name><description><![CDATA[The reflection appears to the left of the border box.]]></description></value><value><name><![CDATA[right]]></name><description><![CDATA[The reflection appears to the right of the border box.]]></description></value></values></value><value><name><![CDATA[<offset>]]></name><description><![CDATA[<p>The distance of the reflection from the edge of the border box, in length units or as a percentage.</p>]]></description><values><value><name><![CDATA[0]]></name><description><![CDATA[The default value is <code>0</code>]]></description></value></values></value><value><name><![CDATA[<mask-box-image>]]></name><description><![CDATA[<p>Used to overlay the reflection. If omitted, the reflection has no mask.</p>]]></description></value></values><versions><version key="ios.2.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-box-reflect]]></version></versions></property>