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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -689,8 +689,8 @@ the <dfn dfn-for=DOMMatrix id=dom-dommatrix-frommatrix><code>fromMatrix(<var>oth
689
689
</li>
690
690
</ol>
691
691
692
-
The <dfn dfn-for=DOMMatrixReadOnly><code>fromString(<var>transformList</var>)</code></dfn> static method on {{DOMMatrixReadOnly}} and
693
-
the <dfn dfn-for=DOMMatrix><code>fromString(<var>transformList</var>)</code></dfn> static method on {{DOMMatrix}} must follow these steps:
692
+
The <dfn dfn-for=DOMMatrixReadOnly id=dom-dommatrixreadonly-fromstring><code>fromString(<var>transformList</var>)</code></dfn> static method on {{DOMMatrixReadOnly}} and
693
+
the <dfn dfn-for=DOMMatrix id=dom-dommatrix-fromstring><code>fromString(<var>transformList</var>)</code></dfn> static method on {{DOMMatrix}} must follow these steps:
694
694
695
695
<ol>
696
696
<li>Parse <var>transformList</var> by following the syntax description in “<a href=http://www.w3.org/TR/css-transforms-1/#svg-syntax>Syntax of the SVG ‘transform’ attribute</a>” [[!CSS3-TRANSFORMS]] to a <<transform-list>>. If parsing is not successful or any <<transform-function>> has <<length>> values without <a spec='css-values'>absolute length</a> units<!--For WD: <a spec='css-values-3'>absolute length units</a>-->, throw a {{SyntaxError}} exception.</li>
@@ -714,8 +714,8 @@ the <dfn dfn-for=DOMMatrix><code>fromString(<var>transformList</var>)</code></df
714
714
</li>
715
715
</ol>
716
716
717
-
The <dfn dfn-for=DOMMatrixReadOnly><code>fromFloat32Array(<var>array32</var>)</code></dfn> static method on {{DOMMatrixReadOnly}} and
718
-
the <dfn dfn-for=DOMMatrix><code>fromFloat32Array(<var>array32</var>)</code></dfn> static method on {{DOMMatrix}} must follow these steps:
717
+
The <dfn dfn-for=DOMMatrixReadOnly id=dom-dommatrixreadonly-fromfloat32array><code>fromFloat32Array(<var>array32</var>)</code></dfn> static method on {{DOMMatrixReadOnly}} and
718
+
the <dfn dfn-for=DOMMatrix id=dom-dommatrix-fromfloat32array><code>fromFloat32Array(<var>array32</var>)</code></dfn> static method on {{DOMMatrix}} must follow these steps:
719
719
720
720
<dl class=switch>
721
721
<dt>If <var>array32</var> has 6 elements</dt>
@@ -726,8 +726,8 @@ the <dfn dfn-for=DOMMatrix><code>fromFloat32Array(<var>array32</var>)</code></df
726
726
<dd>Throw a <code>TypeError</code> exception.</dd>
727
727
</dl>
728
728
729
-
The <dfn dfn-for=DOMMatrixReadOnly><code>fromFloat64Array(<var>array64</var>)</code></dfn> static method on {{DOMMatrixReadOnly}} and
730
-
the <dfn dfn-for=DOMMatrix><code>fromFloat64Array(<var>array64</var>)</code></dfn> static method on {{DOMMatrix}} must follow these steps:
729
+
The <dfn dfn-for=DOMMatrixReadOnly id=dom-dommatrixreadonly-fromfloat64array><code>fromFloat64Array(<var>array64</var>)</code></dfn> static method on {{DOMMatrixReadOnly}} and
730
+
the <dfn dfn-for=DOMMatrix id=dom-dommatrix-fromfloat64array><code>fromFloat64Array(<var>array64</var>)</code></dfn> static method on {{DOMMatrix}} must follow these steps:
731
731
732
732
<dl class=switch>
733
733
<dt>If <var>array64</var> has 6 elements</dt>
@@ -802,7 +802,7 @@ The following attributes provide status information about <a interface>DOMMatrix
802
802
<dd>
803
803
<p>Every <a interface>DOMMatrixReadOnly</a> object must be flagged with a boolean <dfn dfn-type=dfn>is2D</dfn>. This flag indicates that
804
804
<ol>
805
-
<li>The current matrix was initialized as a 2D matrix. See individual <a href="#dommatrix-constructors">constructors</a> for more details.</li>
805
+
<li>The current matrix was initialized as a 2D matrix. See individual <a href="#dommatrix-create">creators</a> for more details.</li>
806
806
<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