@@ -1827,7 +1827,7 @@ is a [=list=] of {{CSSTransformComponent}}s.
18271827
18281828 4. If |z| was not passed,
18291829 set |this|’s {{CSSTranslation/z}} internal slot
1830- to a [= new unit value=] of ''0px'' ,
1830+ to [=create a CSSUnitValue from a string| new unit value=] of ''0px'' ,
18311831 and set |this|’s {{CSSTransformComponent/is2D}} internal slot
18321832 to `true`.
18331833
@@ -1846,9 +1846,9 @@ is a [=list=] of {{CSSTransformComponent}}s.
18461846 with its {{CSSRotation/angle}} internal slot
18471847 set to |angle|,
18481848 its {{CSSRotation/x}} and {{CSSRotation/y}} internal slots
1849- set to [=new unit values=] of ''0'' ,
1849+ set to [=create a CSSUnitValue from a string| new unit values=] of ''0'' ,
18501850 its {{CSSRotation/z}} internal slot
1851- set to a [=new unit value=] of ''1'' ,
1851+ set to a [=create a CSSUnitValue from a string| new unit value=] of ''1'' ,
18521852 and its {{CSSTransformComponent/is2D}} internal slot set to `true`.
18531853</div>
18541854
@@ -1896,7 +1896,7 @@ is a [=list=] of {{CSSTransformComponent}}s.
18961896
18971897 5. If |z| was not passed,
18981898 set |this|’s {{CSSScale/z}} internal slot
1899- to a [=new unit value=] of ''1'' ,
1899+ to a [=create a CSSUnitValue from a string| new unit value=] of ''1'' ,
19001900 and set |this|’s {{CSSTransformComponent/is2D}} internal slot to `true`.
19011901
19021902 6. Return |this|.
0 commit comments