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 @@ -5296,7 +5296,7 @@ length3.toString(); // "42px";
52965296
52975297 1. Let |s| initially be the empty [=string=] .
52985298
5299- 2. If |this|’s {{CSSTransformValue/is2D}} internal slot is `true `:
5299+ 2. If |this|’s {{CSSTransformValue/is2D}} internal slot is `false `:
53005300 1. Append "translate3d(" to |s|.
53015301
53025302 2. Serialize |this|’s {{CSSTranslate/x}} internal slot,
@@ -5335,7 +5335,7 @@ length3.toString(); // "42px";
53355335
53365336 1. Let |s| initially be the empty [=string=] .
53375337
5338- 2. If |this|’s {{CSSTransformValue/is2D}} internal slot is `true `:
5338+ 2. If |this|’s {{CSSTransformValue/is2D}} internal slot is `false `:
53395339 1. Append "rotate3d(" to |s|.
53405340
53415341 2. Serialize |this|’s {{CSSRotate/x}} internal slot,
@@ -5374,7 +5374,7 @@ length3.toString(); // "42px";
53745374
53755375 1. Let |s| initially be the empty [=string=] .
53765376
5377- 2. If |this|’s {{CSSTransformValue/is2D}} internal slot is `true `:
5377+ 2. If |this|’s {{CSSTransformValue/is2D}} internal slot is `false `:
53785378 1. Append "scale3d(" to |s|.
53795379
53805380 2. Serialize |this|’s {{CSSScale/x}} internal slot,
You can’t perform that action at this time.
0 commit comments