File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments