mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement scale property styling
This commit is contained in:
parent
de3e8c9a8b
commit
174f5f7128
9 changed files with 86 additions and 11 deletions
|
@ -190,6 +190,7 @@ partial interface CSSStyleDeclaration {
|
|||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString backfaceVisibility;
|
||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString backface-visibility;
|
||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString rotate;
|
||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString scale;
|
||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString translate;
|
||||
|
||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString direction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue