Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,7 @@ is a [=list=] of {{CSSTransformComponent}}s.
};

dictionary CSSMatrixComponentOptions {
boolean is2D;
boolean is2D = false;
};
</xmp>

Expand Down Expand Up @@ -2250,10 +2250,9 @@ is a [=list=] of {{CSSTransformComponent}}s.
with its {{CSSMatrixComponent/matrix}} internal slot
set to |matrix|.

2. If |options| was passed
and has a {{CSSMatrixComponentOptions}} field,
2. If |options| was passed,
set |this|’s {{CSSTransformValue/is2D}} internal slot
to the value of that field.
to the |option|'s {{CSSMatrixComponentOptions/is2D}} member.

3. Otherwise,
set |this|’s {{CSSTransformValue/is2D}} internal slot
Expand Down