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 @@
<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
.
<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.