You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geometry/Overview.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -847,7 +847,7 @@ The following attributes provide status information about <a interface>DOMMatrix
847
847
<dl dfn-type=attribute dfn-for=DOMMatrixReadOnly>
848
848
<dt><dfn>is2D</dfn></dt>
849
849
<dd>
850
-
<p>Every <a interface>DOMMatrixReadOnly</a> object must be flagged with a boolean <dfn dfn-type=dfn>is2D</dfn>. This flag indicates that
850
+
<p>Every <a interface>DOMMatrixReadOnly</a> object must be flagged with a boolean <dfn dfn-type=dfn export>is2D</dfn>. This flag indicates that
851
851
<ol>
852
852
<li>The current matrix was initialized as a 2D matrix. See individual <a href="#dommatrix-create">creators</a> for more details.</li>
853
853
<li>Only 2D transformation operations were applied. Each <a href='#mutable-transformation-methods'>mutable</a> or <a href='#immutable-transformation-methods'>immutable transformation method</a> defines if <a>is2D</a> must be set to <code>false</code>.</li>
0 commit comments