diff --git a/src/presentation-markup.html b/src/presentation-markup.html index a13a0a9..d6aa168 100644 --- a/src/presentation-markup.html +++ b/src/presentation-markup.html @@ -1164,7 +1164,16 @@

Using images to represent symbols <mglyph/>
- + +
+

mglyph is not supported in [[MathML-Core]]. + In a Web Platform Context it is recommended that the HTML img + element is used. This is allowed in token elements when MathML is embedded in (X)HTML. +

+

For existing MathML using mglyph a Javascript polyfill + is provided for Web documents that implements mglyph using img.

+
+
Description
@@ -7088,7 +7097,18 @@
Attributes

Alignment Markers <maligngroup/>, <malignmark/>

- + + +
+

malignmark and maligngroup are not supported in [[MathML-Core]]. + For most purposes it is recommended that alignment is implemented directly using mtable columns. As noted in the following section these elements may be futher simplified or removed in a future version of MathML. +

+

For existing MathML using malignmark a Javascript polyfill + is provided.

+
+ + +
Removal Notice