{"name":"background-origin","description":"Specifies the background positioning area.","keywords":["css","property","background-origin","background","origin"],"longDescription":"<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>\n\n","syntax":["background-origin: <box> [ , <box> ]*;"],"values":{"<box>":{"description":"","default":"padding-box","values":{"padding-box":"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.)","border-box":"The position is relative to the border box.","content-box":"The position is relative to the content box."}}},"versions":{"doc3":"http:\/\/www.w3.org\/TR\/css3-background\/#background-origin"}}