mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Implement 'background-clip' property in CSS3 Background
This property determines the background painting area, which determines the area within which the background is painted. Spec: http://dev.w3.org/csswg/css-backgrounds-3/#background-clip Fixes #6066.
This commit is contained in:
parent
09f5648153
commit
a51d5de860
7 changed files with 116 additions and 5 deletions
|
@ -40,6 +40,7 @@ partial interface CSSStyleDeclaration {
|
|||
[TreatNullAs=EmptyString] attribute DOMString backgroundAttachment;
|
||||
[TreatNullAs=EmptyString] attribute DOMString backgroundSize;
|
||||
[TreatNullAs=EmptyString] attribute DOMString backgroundOrigin;
|
||||
[TreatNullAs=EmptyString] attribute DOMString backgroundClip;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString border;
|
||||
[TreatNullAs=EmptyString] attribute DOMString borderColor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue