Skip to content

Commit f5c7cdc

Browse files
committed
[css-typed-om] Rename CSSMatrix to CSSMatrixComponent.
https://github.com/w3c/css-houdini-drafts/252
1 parent 647b44d commit f5c7cdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-typed-om/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ interface CSSPerspective : CSSTransformComponent {
500500
};
501501

502502
[Constructor(DOMMatrixReadOnly matrix)]
503-
interface CSSMatrix : CSSTransformComponent {
503+
interface CSSMatrixComponent : CSSTransformComponent {
504504
};
505505
</pre>
506506

@@ -542,7 +542,7 @@ will always generate <code>cssText</code> according to the following rules:
542542
{{CSSTransformComponent/is2D}} will be false, with <code>cssText</code>
543543
employing the 3D version of the relevant transform function (translate3d,
544544
rotate3d, scale3d).
545-
* {{CSSMatrix}} objects are constructed around a {{DOMMatrixReadOnly}}, and
545+
* {{CSSMatrixComponent}} objects are constructed around a {{DOMMatrixReadOnly}}, and
546546
well serialize to a matrix function if the contained {{DOMMatrixReadOnly}}'s
547547
{{DOMMatrixReadOnly/is2D}} attribute is false, and a matrix3d function
548548
otherwise.

0 commit comments

Comments
 (0)