Skip to content

Commit b8bc243

Browse files
zcorpansvgeesus
authored andcommitted
Fix bikeshed errors
1 parent 20d3b05 commit b8bc243

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

geometry/Overview.bs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ the <dfn dfn-for=DOMMatrix id=dom-dommatrix-frommatrix><code>fromMatrix(<var>oth
689689
</li>
690690
</ol>
691691

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:
694694

695695
<ol>
696696
<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
714714
</li>
715715
</ol>
716716

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:
719719

720720
<dl class=switch>
721721
<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
726726
<dd>Throw a <code>TypeError</code> exception.</dd>
727727
</dl>
728728

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:
731731

732732
<dl class=switch>
733733
<dt>If <var>array64</var> has 6 elements</dt>
@@ -802,7 +802,7 @@ The following attributes provide status information about <a interface>DOMMatrix
802802
<dd>
803803
<p>Every <a interface>DOMMatrixReadOnly</a> object must be flagged with a boolean <dfn dfn-type=dfn>is2D</dfn>. This flag indicates that
804804
<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>
806806
<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>
807807
</ol>
808808
</p>

0 commit comments

Comments
 (0)