File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ interface CSSRotation : CSSTransformComponent {
467
467
readonly attribute double x;
468
468
readonly attribute double y;
469
469
readonly attribute double z;
470
- readonly attribute double angle;
470
+ readonly attribute CSSAngleValue angle;
471
471
};
472
472
473
473
[Constructor(double x, double y),
@@ -481,8 +481,8 @@ interface CSSScale : CSSTransformComponent {
481
481
[Constructor(double dx, double dy),
482
482
Constructor(CSSAngleValue ax, CSSAngleValue ay)]
483
483
interface CSSSkew : CSSTransformComponent {
484
- readonly attribute double ax;
485
- readonly attribute double ay;
484
+ readonly attribute CSSAngleValue ax;
485
+ readonly attribute CSSAngleValue ay;
486
486
};
487
487
488
488
[Constructor(CSSLengthValue length)]
You can’t perform that action at this time.
0 commit comments