Skip to content

Commit 8b404d4

Browse files
authored
Editorial: reference MathML-Core instead of Full
Closes #9795.
1 parent 6a9aef0 commit 8b404d4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

source

+11-11
Original file line numberDiff line numberDiff line change
@@ -4336,14 +4336,14 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
43364336
(<cite>MathML</cite>):</p>
43374337

43384338
<ul class="brief">
4339-
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#mixing_elements_annotation_xml">MathML <code>annotation-xml</code></dfn> element</li>
4340-
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#interf_toplevel">MathML <code>math</code></dfn> element</li>
4341-
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_merror">MathML <code>merror</code></dfn> element</li>
4342-
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_mi">MathML <code>mi</code></dfn> element</li>
4343-
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_mn">MathML <code>mn</code></dfn> element</li>
4344-
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_mo">MathML <code>mo</code></dfn> element</li>
4345-
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_ms">MathML <code>ms</code></dfn> element</li>
4346-
<li><dfn data-x-href="https://w3c.github.io/mathml/spec.html#presm_mtext">MathML <code>mtext</code></dfn> element</li>
4339+
<li><dfn data-x-href="https://w3c.github.io/mathml-core/#dfn-annotation-xml">MathML <code>annotation-xml</code></dfn> element</li>
4340+
<li><dfn data-x-href="https://w3c.github.io/mathml-core/#the-top-level-math-element">MathML <code>math</code></dfn> element</li>
4341+
<li><dfn data-x-href="https://w3c.github.io/mathml-core/#error-message-merror">MathML <code>merror</code></dfn> element</li>
4342+
<li><dfn data-x-href="https://w3c.github.io/mathml-core/#the-mi-element">MathML <code>mi</code></dfn> element</li>
4343+
<li><dfn data-x-href="https://w3c.github.io/mathml-core/#number-mn">MathML <code>mn</code></dfn> element</li>
4344+
<li><dfn data-x-href="https://w3c.github.io/mathml-core/#operator-fence-separator-or-accent-mo">MathML <code>mo</code></dfn> element</li>
4345+
<li><dfn data-x-href="https://w3c.github.io/mathml-core/#string-literal-ms">MathML <code>ms</code></dfn> element</li>
4346+
<li><dfn data-x-href="https://w3c.github.io/mathml-core/#text-mtext">MathML <code>mtext</code></dfn> element</li>
43474347
</ul>
43484348
</dd>
43494349

@@ -42009,7 +42009,7 @@ interface <dfn interface>HTMLAreaElement</dfn> : <span>HTMLElement</span> {
4200942009
mo">mo</code>, <code data-x="MathML mn">mn</code>, <code data-x="MathML ms">ms</code>, and <code
4201042010
data-x="MathML mtext">mtext</code>) are descendants of HTML elements, they may contain
4201142011
<span>phrasing content</span> elements from the <span>HTML namespace</span>.</p>
42012-
<!-- this hooks into https://w3c.github.io/mathml/spec.html#world-int-combine-other -->
42012+
<!-- this hooks into https://w3c.github.io/mathml-core/#html-and-svg -->
4201342013

4201442014
<div w-nodev>
4201542015

@@ -140981,8 +140981,8 @@ INSERT INTERFACES HERE
140981140981
<dt id="refsMANIFEST">[MANIFEST]</dt>
140982140982
<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>
140983140983

140984-
<dt id="refsMATHML">[MATHML]</dt>
140985-
<dd><cite><a href="https://w3c.github.io/mathml/spec.html">Mathematical Markup Language (MathML)</a></cite>, D. Carlisle. W3C.</dd>
140984+
<dt id="refsMATHML">[MATHMLCORE]</dt>
140985+
<dd><cite><a href="https://w3c.github.io/mathml-core/">Mathematical Markup Language (MathML)</a></cite>, D. Carlisle, Frédéric Wang. W3C.</dd>
140986140986

140987140987
<dt id="refsMEDIAFRAG">[MEDIAFRAG]</dt>
140988140988
<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)