... | ... | @@ -86,4 +86,14 @@ Semantically enriched MathML: |
|
|
</msubsup>
|
|
|
</math>
|
|
|
|
|
|
```
|
|
|
|
|
|
Alternative is this semantically enriched MathML:
|
|
|
```html
|
|
|
<msubsup semantic-type="subsup" semantic-role="latinletter" semantic-id="4" semantic-children="0,1,2">
|
|
|
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="0" semantic-parent="4">a</mi>
|
|
|
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="1" semantic-parent="4">b</mi>
|
|
|
<mi semantic-type="identifier" semantic-role="latinletter" semantic-id="2" semantic-parent="4">c</mi>
|
|
|
</msubsup>
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |