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 {
467467 readonly attribute double x;
468468 readonly attribute double y;
469469 readonly attribute double z;
470- readonly attribute double angle;
470+ readonly attribute CSSAngleValue angle;
471471};
472472
473473[Constructor(double x, double y),
@@ -481,8 +481,8 @@ interface CSSScale : CSSTransformComponent {
481481[Constructor(double dx, double dy),
482482 Constructor(CSSAngleValue ax, CSSAngleValue ay)]
483483interface CSSSkew : CSSTransformComponent {
484- readonly attribute double ax;
485- readonly attribute double ay;
484+ readonly attribute CSSAngleValue ax;
485+ readonly attribute CSSAngleValue ay;
486486};
487487
488488[Constructor(CSSLengthValue length)]
You can’t perform that action at this time.
0 commit comments