<?xml version="1.0" encoding="UTF-8"?><property><name>background-origin</name><description><![CDATA[Specifies the background positioning area.]]></description><keywords><![CDATA[css property background-origin background origin]]></keywords><longDescription><![CDATA[<p>For elements rendered as a single box, specifies the background positioning area. For elements rendered as multiple boxes (e.g., inline boxes on several lines, boxes on several pages) specifies which boxes <a href="box-decoration-break">box-decoration-break</a> operates on to determine the background positioning area(s).</p>

]]></longDescription><syntaxes><syntax><![CDATA[background-origin: <box> [ , <box> ]*;]]></syntax></syntaxes><values><value><name><![CDATA[<box>]]></name><values><value><name><![CDATA[padding-box]]></name><description><![CDATA[The position is relative to the padding box. (For single boxes <code>0 0</code> is the upper left corner of the padding edge, <code>100% 100%</code> is the lower right corner.)]]></description></value><value><name><![CDATA[border-box]]></name><description><![CDATA[The position is relative to the border box.]]></description></value><value><name><![CDATA[content-box]]></name><description><![CDATA[The position is relative to the content box.]]></description></value></values></value></values><versions><version key="doc3"><![CDATA[http://www.w3.org/TR/css3-background/#background-origin]]></version></versions></property>