<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-transform-style</name><description><![CDATA[Defines how nested, transformed elements are rendered in 3D space.]]></description><keywords><![CDATA[css property -webkit-transform-style webkit transform style]]></keywords><longDescription><![CDATA[<p>If <code>-webkit-transform-style</code> is <code>flat</code>, all children of this element are rendered flattened into the 2D plane of the element. Therefore, rotating the element about the x or y axes causes children positioned at positive or negative z positions to appear on the element’s plane, rather than in front of or behind it. If <code>-webkit-transform-style</code> is <code>preserve-3d</code>, this flattening is not performed, so children maintain their position in 3D space.</p>
<p>This flattening takes place at each element, so preserving a hierarchy of elements in 3D space requires that each ancestor in the hierarchy have the value <code>preserve-3d</code> for <code>-webkit-transform-style</code>. But <code>-webkit-transform-style</code> affects only an element’s children; the leaf nodes in a hierarchy do not require the <code>preserve-3d</code> style.</p>

]]></longDescription><syntaxes><syntax><![CDATA[-webkit-transform-style: flat | preserve-3d;]]></syntax></syntaxes><defaultValue><![CDATA[flat]]></defaultValue><values><value><name><![CDATA[flat]]></name><description><![CDATA[<p>Flatten all children of this element into the 2D plane.</p>]]></description></value><value><name><![CDATA[preserve-3d]]></name><description><![CDATA[<p>Preserve the 3D perspective.</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-transform-style]]></version></versions></property>