... | ... | @@ -49,6 +49,19 @@ naturally ruins the msubsup element. Here's the semantically enriched MathML: |
|
|
|
|
|
```
|
|
|
|
|
|
Alternative is this semantically enriched MathML:
|
|
|
```html
|
|
|
<msubsup type="subsup" role="latinletter" id="4" children="0,1,2">
|
|
|
<mi type="identifier" role="latinletter" id="0" parent="4">a</mi>
|
|
|
<mi type="identifier" role="latinletter" id="1" parent="4">b</mi>
|
|
|
<mi type="identifier" role="latinletter" id="2" parent="4">c</mi>
|
|
|
</msubsup>
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**Observe that this does not affect elements where msubsup has discernably been used as a layout element.** See, for example the following sum expression:
|
|
|
|
|
|
```html
|
... | ... | @@ -87,13 +100,3 @@ Semantically enriched MathML: |
|
|
</math>
|
|
|
|
|
|
``` |
|
|
|
|
|
Alternative is this semantically enriched MathML:
|
|
|
```html
|
|
|
<msubsup type="subsup" role="latinletter" id="4" children="0,1,2">
|
|
|
<mi type="identifier" role="latinletter" id="0" parent="4">a</mi>
|
|
|
<mi type="identifier" role="latinletter" id="1" parent="4">b</mi>
|
|
|
<mi type="identifier" role="latinletter" id="2" parent="4">c</mi>
|
|
|
</msubsup>
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |