Skip to content

Commit 7521401

Browse files
authored
Editoral: fix typo'd data-x-href attributes
Because of this typo, the definition and its uses weren't linked to the external spec. The links are still correct/working: https://drafts.fxtf.org/geometry/#dom-dompointinit-x https://drafts.fxtf.org/geometry/#dom-dompointinit-y
1 parent 19be46f commit 7521401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4167,8 +4167,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
41674167
algorithms for <code>DOMMatrix2DInit</code> or <code>DOMMatrixInit</code></li>
41684168

41694169
<li>The <dfn data-x-href="https://drafts.fxtf.org/geometry/#dictdef-dompointinit"><code>DOMPointInit</code></dfn> dictionary, and associated
4170-
<dfn data-x="DOMPointInit-x" data-xref="https://drafts.fxtf.org/geometry/#dom-dompointinit-x">x</dfn> and
4171-
<dfn data-x="DOMPointInit-y" data-xref="https://drafts.fxtf.org/geometry/#dom-dompointinit-y">y</dfn> members</li>
4170+
<dfn data-x="DOMPointInit-x" data-x-href="https://drafts.fxtf.org/geometry/#dom-dompointinit-x">x</dfn> and
4171+
<dfn data-x="DOMPointInit-y" data-x-href="https://drafts.fxtf.org/geometry/#dom-dompointinit-y">y</dfn> members</li>
41724172
<li><dfn data-x-href="https://drafts.fxtf.org/geometry/#matrix-multiply">Matrix multiplication</dfn></li>
41734173
</ul>
41744174

0 commit comments

Comments
 (0)