mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Implement enough of 3d transforms spec to run the CSS FPS demo.
This commit is contained in:
parent
d86c587925
commit
39ddbbb0e1
19 changed files with 894 additions and 145 deletions
|
@ -93,6 +93,10 @@ partial interface CSSStyleDeclaration {
|
|||
|
||||
[TreatNullAs=EmptyString] attribute DOMString transform;
|
||||
[TreatNullAs=EmptyString] attribute DOMString transformOrigin;
|
||||
[TreatNullAs=EmptyString] attribute DOMString perspective;
|
||||
[TreatNullAs=EmptyString] attribute DOMString perspectiveOrigin;
|
||||
[TreatNullAs=EmptyString] attribute DOMString transformStyle;
|
||||
[TreatNullAs=EmptyString] attribute DOMString backfaceVisibility;
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString direction;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue