Skip to content

Commit dfe1aa4

Browse files
committed
Add ins, del, and i to artificial mathML grammar
1 parent 6ad04ef commit dfe1aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/lwg-issue.dtd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@
111111
<!ENTITY % MathMLCharacters "#PCDATA | mglyph">
112112
<!ENTITY % MathExpression
113113
"(mi|mn|mo|mtext|ms|mspace|mrow|mfrac|msqrt|mroot|menclose|mstyle|mfenced|
114-
mtable|msub|msup|msubsup)*">
114+
mtable|msub|msup|msubsup|del|ins|i)*">
115115
<!ENTITY % PresExpression
116116
"(mfenced|mi|mo|mn|msup|mtext|ms|mspace|mprescripts|mfrac|msqrt|mroot|mrow|mstyle|
117117
msub|msup|msubsup|munder|mover|munderover|mmultiscripts|mtable|mtr|mlabeledtr|
118-
mtd)*">
118+
mtd|del|ins|i)*">
119119
<!ENTITY % MATHML.NamespaceDecl.attrib "xmlns CDATA #IMPLIED">
120120
<!ENTITY % MATHML.Common.attrib
121121
"class CDATA #IMPLIED

0 commit comments

Comments
 (0)