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
  • Embedding MathML in the output

Embedding MathML in the output · Changes

Page history
slight update for post authored Mar 25, 2015 by Peter Krautzberger's avatar Peter Krautzberger
Hide whitespace changes
Inline Side-by-side
Embedding-MathML-in-the-output.md
View page @ c06bc150
...@@ -6,13 +6,13 @@ Assistive technology (AT) tools (and potentially other tools) need to access Mat ...@@ -6,13 +6,13 @@ Assistive technology (AT) tools (and potentially other tools) need to access Mat
* MathJax attaches ids to all elements of its output (for various reasons) * MathJax attaches ids to all elements of its output (for various reasons)
* if the source includes an id (e.g., a MathML element), this id will be re-used for the corresponding element in the output. * if the source includes an id (e.g., a MathML element), this id will be re-used for the corresponding element in the output.
* The new CommonHTML output can be highlighted directly while HTML-CSS and SVG cannot. A highlighting extension for HTML-CSS is in the works. * The new CommonHTML output can be highlighted directly, a highlighting extension for the HTML-CSS output is in the works.
### Proposal(s) ### Proposal(s)
* Structure of the exposed MathML * Structure of the exposed MathML
* The exposed MathML will correspond to the internal MathML used to generate the output (not necessarily identical to the source) * The exposed MathML will correspond to the internal MathML used to generate the output (not necessarily identical to the source)
* Each MathML element will carry an id (or data-* attribute) corresponding to the id of the element corresponding to it in the output. * Each MathML element will carry an `id` ( if preferred: a `data-*` attribute) corresponding to the `id` of the element corresponding to it in the output.
* This allows AT to easily link the MathML structure with the output structure. * This allows AT to easily link the MathML structure with the output structure.
* Options for embedding * Options for embedding
......
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
    • 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