<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-mask-composite</name><description><![CDATA[Sets a compositing style for a mask.]]></description><keywords><![CDATA[css property -webkit-mask-composite webkit mask composite]]></keywords><longDescription><![CDATA[<p>The default value is <code>border</code>, which means that the background extends into the border area. Specifying a value of <code>padding</code> limits the background so that it extends only into the padding area enclosed by the border.</p>

]]></longDescription><syntaxes><syntax><![CDATA[-webkit-mask-composite: border | padding;]]></syntax></syntaxes><defaultValue><![CDATA[border]]></defaultValue><values><value><name><![CDATA[border]]></name><description><![CDATA[<p>The background extends into the border area.</p>]]></description></value><value><name><![CDATA[padding]]></name><description><![CDATA[<p>The background extends only into the padding area enclosed by the border.</p>]]></description></value></values><versions><version key="safari.4.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-mask-composite]]></version></versions></property>