<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-box-sizing</name><description><![CDATA[Specifies that the size of a box be measured according to either its content (default) or its total size including borders.]]></description><keywords><![CDATA[css property -webkit-box-sizing webkit box sizing]]></keywords><longDescription><![CDATA[]]></longDescription><syntaxes><syntax><![CDATA[-webkit-box-sizing: <sizing_model>;]]></syntax></syntaxes><values><value><name><![CDATA[<sizing_model>]]></name><description><![CDATA[<p>The model by which the size of the box is measured.</p>]]></description><values><value><name><![CDATA[border-box]]></name><description><![CDATA[The box size includes borders in addition to content.]]></description></value><value><name><![CDATA[content-box]]></name><description><![CDATA[The box size only includes content.]]></description></value></values></value></values><versions><version key="safari.3.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-box-sizing]]></version><version key="ios.1.1"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-box-sizing]]></version></versions></property>