File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2083,7 +2083,7 @@ The <dfn for=CSSTransformValue>indexed getter</dfn> retrieves the transform comp
2083
2083
};
2084
2084
2085
2085
dictionary CSSMatrixComponentOptions {
2086
- boolean is2D;
2086
+ boolean is2D = false ;
2087
2087
};
2088
2088
</xmp>
2089
2089
@@ -2272,10 +2272,9 @@ The <dfn for=CSSTransformValue>indexed getter</dfn> retrieves the transform comp
2272
2272
with its {{CSSMatrixComponent/matrix}} internal slot
2273
2273
set to |matrix|.
2274
2274
2275
- 2. If |options| was passed
2276
- and has a {{CSSMatrixComponentOptions}} field,
2275
+ 2. If |options| was passed,
2277
2276
set |this|’s {{CSSTransformValue/is2D}} internal slot
2278
- to the value of that field .
2277
+ to the |option|'s {{CSSMatrixComponentOptions/is2D}} member .
2279
2278
2280
2279
3. Otherwise,
2281
2280
set |this|’s {{CSSTransformValue/is2D}} internal slot
You can’t perform that action at this time.
0 commit comments