Skip to content

Commit

Permalink
Editorial: reference MathML-Core instead of Full
Browse files Browse the repository at this point in the history
Closes #9795.
  • Loading branch information
bkardell committed Jan 23, 2024
1 parent 6a9aef0 commit 8b404d4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions source
Expand Up @@ -4336,14 +4336,14 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
(<cite>MathML</cite>):</p>

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

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

<div w-nodev>

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

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

<dt id="refsMEDIAFRAG">[MEDIAFRAG]</dt>
<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>
Expand Down

0 comments on commit 8b404d4

Please sign in to comment.