From 8b404d46bfe18aa979f8894e4cbd2b7172ebd83f Mon Sep 17 00:00:00 2001
From: Brian Kardell
Date: Tue, 23 Jan 2024 09:44:36 -0500
Subject: [PATCH] Editorial: reference MathML-Core instead of Full
Closes #9795.
---
source | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/source b/source
index c6ae50dc154..cc286c6c1f2 100644
--- a/source
+++ b/source
@@ -4336,14 +4336,14 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
(MathML):
- - MathML
annotation-xml
element
- - MathML
math
element
- - MathML
merror
element
- - MathML
mi
element
- - MathML
mn
element
- - MathML
mo
element
- - MathML
ms
element
- - MathML
mtext
element
+ - MathML
annotation-xml
element
+ - MathML
math
element
+ - MathML
merror
element
+ - MathML
mi
element
+ - MathML
mn
element
+ - MathML
mo
element
+ - MathML
ms
element
+ - MathML
mtext
element
@@ -42009,7 +42009,7 @@ interface HTMLAreaElement : HTMLElement {
mo">mo, mn
, ms
, and mtext
) are descendants of HTML elements, they may contain
phrasing content elements from the HTML namespace.
-
+
@@ -140981,8 +140981,8 @@ INSERT INTERFACES HERE
[MANIFEST]
Web App Manifest, M. Caceres, K. Rohde Christiansen, M. Lamouri, A. Kostiainen, M. Giuca, A. Gustafson. W3C.
-
[MATHML]
-
Mathematical Markup Language (MathML), D. Carlisle. W3C.
+
[MATHMLCORE]
+
Mathematical Markup Language (MathML), D. Carlisle, Frédéric Wang. W3C.
[MEDIAFRAG]
Media Fragments URI, R. Troncy, E. Mannens, S. Pfeiffer, D. Van Deursen. W3C.