Skip to content

Commit b5add86

Browse files
tabatkinssvgeesus
authored andcommitted
Export the is2D flag.
1 parent 4584d09 commit b5add86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ The following attributes provide status information about <a interface>DOMMatrix
847847
<dl dfn-type=attribute dfn-for=DOMMatrixReadOnly>
848848
<dt><dfn>is2D</dfn></dt>
849849
<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
851851
<ol>
852852
<li>The current matrix was initialized as a 2D matrix. See individual <a href="#dommatrix-create">creators</a> for more details.</li>
853853
<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

Comments
 (0)