Skip to content

Commit ee281a4

Browse files
committed
Replace artificial <i> support in math ML grammar by official CSS font-style support
1 parent 5a408ff commit ee281a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

xml/issue4134.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@ This wording is relative to <paper num="N4988"/>.
182182
<blockquote>
183183
<p>
184184
<math><msub><mi>X</mi><mrow><mn>2</mn><mi>k</mi><mo>+</mo><mn>0</mn></mrow></msub></math> = <ins>mulhi</ins><del>mullo</del>(<math><msub><mi>V</mi><mrow><mn>2</mn><mi>k</mi><del><mo>+</mo><mn>1</mn></del></mrow></msub></math>,<math><msub><mi>M</mi><mi>k</mi></msub></math>,<i>w</i>)
185-
<ins>xor <math><msubsup><mi><i>key</i></mi><mi>k</mi><mi>q</mi></msubsup></math> xor <math><msub><mi>V</mi><mrow><mn>2</mn><mi>k</mi><mo>+</mo><mn>1</mn></mrow></msub></math></ins>
185+
<ins>xor <math><msubsup><mi style="font-style: italic">key</mi><mi>k</mi><mi>q</mi></msubsup></math> xor <math><msub><mi>V</mi><mrow><mn>2</mn><mi>k</mi><mo>+</mo><mn>1</mn></mrow></msub></math></ins>
186186
<p/>
187187
<math><msub><mi>X</mi><mrow><mn>2</mn><mi>k</mi><mo>+</mo><mn>1</mn></mrow></msub></math> = <ins>mullo</ins><del>mulhi</del>(<math><msub><mi>V</mi><mrow><mn>2</mn><mi>k</mi><del><mo>+</mo><mn>1</mn></del></mrow></msub></math>,<math><msub><mi>M</mi><mi>k</mi></msub></math>,<i>w</i>)
188-
<del>xor <math><msubsup><mi><i>key</i></mi><mi>k</mi><mi>q</mi></msubsup></math> xor <math><msub><mi>V</mi><mrow><mn>2</mn><mi>k</mi></mrow></msub></math></del>
188+
<del>xor <math><msubsup><mi style="font-style: italic">key</mi><mi>k</mi><mi>q</mi></msubsup></math> xor <math><msub><mi>V</mi><mrow><mn>2</mn><mi>k</mi></mrow></msub></math></del>
189189
</p>
190190
</blockquote>
191191
</li>

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|del|ins|i)*">
114+
mtable|msub|msup|msubsup|del|ins)*">
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|del|ins|i)*">
118+
mtd|del|ins)*">
119119
<!ENTITY % MATHML.NamespaceDecl.attrib "xmlns CDATA #IMPLIED">
120120
<!ENTITY % MATHML.Common.attrib
121121
"class CDATA #IMPLIED

0 commit comments

Comments
 (0)