Skip to content
Closed
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
5 changes: 3 additions & 2 deletions css-typed-om/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ spec:css-syntax-3;
spec:css-values-4;
type:type; text:<position>
type:value; text:in
type:dfn; text:relative length
spec:infra;
type: dfn;
text: list
Expand Down Expand Up @@ -2021,8 +2022,8 @@ is a [=list=] of {{CSSTransformComponent}}s.

As the entries of such a matrix are defined relative to the ''px'' unit,
if any <<length>>s in |func| involved in generating the matrix
are not [=compatible units=] with ''px'',
[=throw=] a {{TypeError}}.
are not [=compatible units=] with ''px'', i.e. they are neither
[=relative lengths=] nor <<percentages>>, [=throw=] a {{TypeError}}.
2. Set |matrix| to the result of multiplying |matrix|
and |funcMatrix|.
3. If |func|’s {{CSSTransformComponent/is2D}} internal slot is `false`,
Expand Down