mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #6425 - glennw:3d-transforms, r=pcwalton
Implement enough of 3d transforms spec to run the CSS FPS demo. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6425) <!-- Reviewable:end -->
This commit is contained in:
commit
dcb1237bb5
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