mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Make background-position a shorthand instead of a longhand
This commit is contained in:
parent
b302642592
commit
ed806efade
8 changed files with 197 additions and 104 deletions
|
@ -38,6 +38,10 @@ partial interface CSSStyleDeclaration {
|
|||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString background-color;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString backgroundPosition;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString background-position;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString backgroundPositionX;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString background-position-x;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString backgroundPositionY;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString background-position-y;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString backgroundRepeat;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString background-repeat;
|
||||
[SetterThrows, TreatNullAs=EmptyString] attribute DOMString backgroundImage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue