Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Wiki
  • msubsup issue

msubsup issue · Changes

Page history
Updated msubsup issue (markdown) authored Apr 21, 2015 by Volker Sorge's avatar Volker Sorge
Hide whitespace changes
Inline Side-by-side
msubsup-issue.md
View page @ 23d49efe
...@@ -49,6 +49,19 @@ naturally ruins the msubsup element. Here's the semantically enriched MathML: ...@@ -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: **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 ```html
...@@ -87,13 +100,3 @@ Semantically enriched MathML: ...@@ -87,13 +100,3 @@ Semantically enriched MathML:
</math> </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
Clone repository

MathJax Wiki

  • Contributing
    • Contributor License Agreement etc
    • Quick guide to translating mathjax
  • Development
    • Development Process
      • Release Process Checklist
      • Documentation Update Process
      • Source Control Policies
      • GitHub
    • Design Documents
      • MathJax Roadmap
      • CDN Hosting
        • CDN requirements
        • CDN Hosting at Google Cloud Storage
      • Performance Discussion
      • Profiling and Diagnostics Tools
      • Documentation generation guide
      • Testing
        • Platforms supported
        • Test Machines
  • MathJax web presence