{"name":"-webkit-box-reflect","description":"Defines a reflection of a border box.","keywords":["css","property","-webkit-box-reflect","webkit","box","reflect"],"longDescription":"<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\u2019s overflow; it is similar to <code>-webkit-box-shadow<\/code> in this respect.<\/p>\n","syntax":["-webkit-box-reflect: <direction> <offset> <mask-box-image>;"],"values":{"<direction>":{"description":"<p>The position of the reflection relative to the border box.<\/p>","values":{"above":"The reflection appears above the border box.","below":"The reflection appears below the border box.","left":"The reflection appears to the left of the border box.","right":"The reflection appears to the right of the border box."}},"<offset>":{"description":"<p>The distance of the reflection from the edge of the border box, in length units or as a percentage.<\/p>","default":"0","values":["The default value is <code>0<\/code>"]},"<mask-box-image>":{"description":"<p>Used to overlay the reflection. If omitted, the reflection has no mask.<\/p>"}},"versions":{"ios.2.0":"http:\/\/developer.apple.com\/library\/safari\/documentation\/AppleApplications\/Reference\/SafariCSSRef\/Articles\/StandardCSSProperties.html#\/\/apple_ref\/css\/property\/-webkit-box-reflect"}}