{"name":"background-clip","description":"Determines the background painting area.","keywords":["css","property","background-clip","background","clip"],"longDescription":"","syntax":["background-clip: <box> [ , <box> ]*;"],"values":{"<box>":{"description":"","default":"border-box","values":{"padding-box":"The background is painted within (clipped to) the padding box.","border-box":"The background is painted within (clipped to) the border box.","content-box":"The background is painted within (clipped to) the content box."}}},"versions":{"doc3":"http:\/\/www.w3.org\/TR\/css3-background\/#background-clip"}}