Skip to content

Commit 826ab3a

Browse files
authored
Editorial: correct MathML references
Closes #9502.
1 parent f57c154 commit 826ab3a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4324,14 +4324,14 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
43244324
(<cite>MathML</cite>):</p>
43254325

43264326
<ul class="brief">
4327-
<li><dfn data-x-href="https://www.w3.org/Math/draft-spec/chapter5.html#mixing.elements.annotation.xml">MathML <code>annotation-xml</code></dfn> element</li>
4328-
<li><dfn data-x-href="https://www.w3.org/Math/draft-spec/chapter2.html#interf.toplevel">MathML <code>math</code></dfn> element</li>
4329-
<li><dfn data-x-href="https://www.w3.org/Math/draft-spec/chapter3.html#presm.merror">MathML <code>merror</code></dfn> element</li>
4330-
<li><dfn data-x-href="https://www.w3.org/Math/draft-spec/chapter3.html#presm.mi">MathML <code>mi</code></dfn> element</li>
4331-
<li><dfn data-x-href="https://www.w3.org/Math/draft-spec/chapter3.html#presm.mn">MathML <code>mn</code></dfn> element</li>
4332-
<li><dfn data-x-href="https://www.w3.org/Math/draft-spec/chapter3.html#presm.mo">MathML <code>mo</code></dfn> element</li>
4333-
<li><dfn data-x-href="https://www.w3.org/Math/draft-spec/chapter3.html#presm.ms">MathML <code>ms</code></dfn> element</li>
4334-
<li><dfn data-x-href="https://www.w3.org/Math/draft-spec/chapter3.html#presm.mtext">MathML <code>mtext</code></dfn> element</li>
4327+
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#mixing_elements_annotation_xml">MathML <code>annotation-xml</code></dfn> element</li>
4328+
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#interf_toplevel">MathML <code>math</code></dfn> element</li>
4329+
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_merror">MathML <code>merror</code></dfn> element</li>
4330+
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_mi">MathML <code>mi</code></dfn> element</li>
4331+
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_mn">MathML <code>mn</code></dfn> element</li>
4332+
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_mo">MathML <code>mo</code></dfn> element</li>
4333+
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_ms">MathML <code>ms</code></dfn> element</li>
4334+
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_mtext">MathML <code>mtext</code></dfn> element</li>
43354335
</ul>
43364336
</dd>
43374337

@@ -41784,7 +41784,7 @@ interface <dfn interface>HTMLAreaElement</dfn> : <span>HTMLElement</span> {
4178441784
mo">mo</code>, <code data-x="MathML mn">mn</code>, <code data-x="MathML ms">ms</code>, and <code
4178541785
data-x="MathML mtext">mtext</code>) are descendants of HTML elements, they may contain
4178641786
<span>phrasing content</span> elements from the <span>HTML namespace</span>.</p>
41787-
<!-- this hooks into https://www.w3.org/Math/draft-spec/chapter6.html#world-int-combine-other -->
41787+
<!-- this hooks into https://w3c.github.io/mathml/spec.html#world-int-combine-other -->
4178841788

4178941789
<div w-nodev>
4179041790

@@ -138702,7 +138702,7 @@ INSERT INTERFACES HERE
138702138702
<dd><cite><a href="https://www.w3.org/TR/appmanifest/">Web App Manifest</a></cite>, M. Caceres, K. Rohde Christiansen, M. Lamouri, A. Kostiainen, M. Giuca, A. Gustafson. W3C.</dd>
138703138703

138704138704
<dt id="refsMATHML">[MATHML]</dt>
138705-
<dd><cite><a href="https://www.w3.org/Math/draft-spec/">Mathematical Markup Language (MathML)</a></cite>, D. Carlisle, P. Ion, R. Miner. W3C.</dd>
138705+
<dd><cite><a href="https://w3c.github.io/mathml/spec.html">Mathematical Markup Language (MathML)</a></cite>, D. Carlisle. W3C.</dd>
138706138706

138707138707
<dt id="refsMEDIAFRAG">[MEDIAFRAG]</dt>
138708138708
<dd><cite><a href="https://www.w3.org/TR/media-frags/">Media Fragments URI</a></cite>, R. Troncy, E. Mannens, S. Pfeiffer, D. Van Deursen. W3C.</dd>

0 commit comments

Comments
 (0)