File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2243,7 +2243,7 @@ The <dfn for=CSSTransformValue>indexed getter</dfn> retrieves the transform comp
2243
2243
};
2244
2244
2245
2245
dictionary CSSMatrixComponentOptions {
2246
- boolean is2D = false ;
2246
+ boolean is2D;
2247
2247
};
2248
2248
</xmp>
2249
2249
@@ -2501,9 +2501,10 @@ The <dfn for=CSSTransformValue>indexed getter</dfn> retrieves the transform comp
2501
2501
with its {{CSSMatrixComponent/matrix}} internal slot
2502
2502
set to |matrix|.
2503
2503
2504
- 2. If |options| was passed,
2504
+ 2. If |options| was passed
2505
+ and has a {{CSSMatrixComponentOptions/is2D}} field,
2505
2506
set |this|’s {{CSSTransformValue/is2D}} internal slot
2506
- to the |options|'s {{CSSMatrixComponentOptions/is2D}} member .
2507
+ to the value of that field .
2507
2508
2508
2509
3. Otherwise,
2509
2510
set |this|’s {{CSSTransformValue/is2D}} internal slot
You can’t perform that action at this time.
0 commit comments