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
units</a>-->, or any keyword other than ''transform/none'' is used, throw a {{SyntaxError}}
701
+
exception.</li>
702
+
<li>If <var>parsedValue</var> is ''transform/none'', set <var>parsedValue</var> to a
703
+
<<transform-list>> containing a single identity matrix</li>
704
+
<li>Let <var>2dTransform</var> track the 2D/3D dimension status of <var>parsedValue</var>.
702
705
<dl class=switch>
703
-
<dt>If the <<transform-list>> consists of any <a href='https://drafts.csswg.org/css-transforms-1/#three-d-transform-functions'>3D Transform functions</a></dt>
706
+
<dt>If <var>parsedValue</var> consists of any <a href='https://drafts.csswg.org/css-transforms-1/#three-d-transform-functions'>3D Transform functions</a></dt>
704
707
<dd>Set <var>2dTransform</var> to <code>false</code>.</dd>
705
708
<dt>Otherwise</dt>
706
709
<dd>Set <var>2dTransform</var> to <code>true</code>.</dd>
0 commit comments