mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement translate property styling
This commit is contained in:
parent
62c0c6feee
commit
de3e8c9a8b
10 changed files with 83 additions and 19 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 translate;
|
||||
|
||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString direction;
|
||||
[CEReactions, SetterThrows, TreatNullAs=EmptyString] attribute DOMString unicodeBidi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue