<?xml version="1.0" encoding="UTF-8"?><property><name>background-size</name><description><![CDATA[Specifies the size of the background images.]]></description><keywords><![CDATA[css property background-size background size]]></keywords><longDescription><![CDATA[]]></longDescription><syntaxes><syntax><![CDATA[background-size: <size> [ , <size> ]*;]]></syntax></syntaxes><values><value><name><![CDATA[<size>]]></name><description><![CDATA[<p class="syntax"><code>[ &lt;length&gt; | &lt;percentage&gt; | auto ]{1,2} | cover | contain</code></p><p>The first value gives the width of the corresponding image, the second value its height. If only one value is given the second is assumed to be <code>auto</code>.</p><p>If both values are ‘auto’ then the intrinsic width and/or height of the image should be used, if any. If the image has neither an intrinsic width nor an intrinsic height, its size is determined as for <code>contain</code>.</p>]]></description><values><value><name><![CDATA[<length>]]></name><description><![CDATA[Negative values are not allowed.]]></description></value><value><name><![CDATA[<percentage>]]></name><description><![CDATA[A percentage is relative to the background positioning area. Negative values are not allowed.]]></description></value><value><name><![CDATA[auto]]></name><description><![CDATA[An <code>auto</code> value for one dimension is resolved by using the image's intrinsic ratio and the size of the other dimension, or failing that, using the image's intrinsic size, or failing that, treating it as 100%.]]></description></value><value><name><![CDATA[cover]]></name><description><![CDATA[Scale the image, while preserving its intrinsic aspect ratio (if any), to the smallest size such that both its width and its height can completely cover the background positioning area.]]></description></value><value><name><![CDATA[contain]]></name><description><![CDATA[Scale the image, while preserving its intrinsic aspect ratio (if any), to the largest size such that both its width and its height can fit inside the background positioning area.]]></description></value></values></value></values><versions><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-background/#the-background-size]]></version></versions></property>