Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mathml-related references to use MathML-Core instead of Full… #9804

Merged
merged 8 commits into from
Jan 23, 2024
22 changes: 11 additions & 11 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4335,14 +4335,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://www.w3.org/TR/mathml-core/#dfn-annotation-xml">MathML <code>annotation-xml</code></dfn> element</li>
bkardell marked this conversation as resolved.
Show resolved Hide resolved
<li><dfn data-x-href="https://www.w3.org/TR/mathml-core/#the-top-level-math-element">MathML <code>math</code></dfn> element</li>
<li><dfn data-x-href="https://www.w3.org/TR/mathml-core/#error-message-merror">MathML <code>merror</code></dfn> element</li>
<li><dfn data-x-href="https://www.w3.org/TR/mathml-core/#the-mi-element">MathML <code>mi</code></dfn> element</li>
<li><dfn data-x-href="https://www.w3.org/TR/mathml-core/#number-mn">MathML <code>mn</code></dfn> element</li>
<li><dfn data-x-href="https://www.w3.org/TR/mathml-core/#operator-fence-separator-or-accent-mo">MathML <code>mo</code></dfn> element</li>
<li><dfn data-x-href="https://www.w3.org/TR/mathml-core/#string-literal-ms">MathML <code>ms</code></dfn> element</li>
<li><dfn data-x-href="https://www.w3.org/TR/mathml-core/#text-mtext">MathML <code>mtext</code></dfn> element</li>
</ul>
</dd>

Expand Down Expand Up @@ -41981,7 +41981,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://www.w3.org/TR/mathml-core/#html-and-svg -->

<div w-nodev>

Expand Down Expand Up @@ -140677,8 +140677,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">[MATHML-CORE]</dt>
bkardell marked this conversation as resolved.
Show resolved Hide resolved
<dd><cite><a href="https://www.w3.org/TR/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