You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-typed-om/Overview.bs
+13
Original file line number
Diff line number
Diff line change
@@ -857,6 +857,19 @@ then a {{CSSTransformValue}} is constructed around an empty sequence.
857
857
858
858
Otherwise, normalization fails.
859
859
860
+
<div class='example'>
861
+
The string "scale(2, 0.5) translate(100px) rotate(20deg)"
862
+
is converted into a {{CSSTransformValue}} that contains a list of {{CSSTransformComponent}} with:
863
+
* a {{CSSScale}} with:
864
+
* <a attribute for='CSSScale'>x</a> set to 2
865
+
* <a attribute for='CSSScale'>y</a> set to 0.5
866
+
* a {{CSSTranslation}} with:
867
+
* <a attribute for='CSSTranslation'>x</a> with <a attribute for='CSSSimpleLength'>value</a> of 100 and <a attribute for='CSSSimpleLength'>type</a> of "px"
0 commit comments