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
  • Mathjax backlog

Mathjax backlog · Changes

Page history
Updated Mathjax backlog (markdown) authored Feb 11, 2015 by Peter Krautzberger's avatar Peter Krautzberger
Show whitespace changes
Inline Side-by-side
Mathjax-backlog.md
View page @ 8e34b38b
...@@ -2,7 +2,7 @@ We collect potential future features. Note: This is not a discussion area but a ...@@ -2,7 +2,7 @@ We collect potential future features. Note: This is not a discussion area but a
## Completing MathML 3 support ## Completing MathML 3 support
* implement the elementary math elements (mlongdiv, mstack etc) * implement full elementary math support (mlongdiv, mstack etc)
* [MML spec](http://www.w3.org/Math/draft-spec/chapter3.html#presm.elementary) * [MML spec](http://www.w3.org/Math/draft-spec/chapter3.html#presm.elementary)
* [mlongdiv example](http://www.w3.org/Math/testsuite/build/main/Presentation/GeneralLayout/menclose/rec-enclose1-form.xhtml), * [mlongdiv example](http://www.w3.org/Math/testsuite/build/main/Presentation/GeneralLayout/menclose/rec-enclose1-form.xhtml),
* [longdiv extension example](https://github.com/mathjax/MathJax-third-party-extensions/tree/master/longdiv) * [longdiv extension example](https://github.com/mathjax/MathJax-third-party-extensions/tree/master/longdiv)
...@@ -18,22 +18,22 @@ We collect potential future features. Note: This is not a discussion area but a ...@@ -18,22 +18,22 @@ We collect potential future features. Note: This is not a discussion area but a
* linebreaking characters * linebreaking characters
* linebreaking in token elements * linebreaking in token elements
* inline math linebreaking support * inline math linebreaking support
* implement in-table alignments
* improve annotation-xml support * improve annotation-xml support
* embed annotations in a more HTML5 way (OA, ARIA etc) * embed annotations in a more HTML5 way (OA, ARIA etc)
* use specific annotations as preview (image, TeX etc)
* implement in-table alignments
## API improvements ## API improvements
* ShadowDOM/webcomponents aka make MathJax a seamless polyfill. * Investigate ShadowDOM/webcomponents aka "make MathJax a seamless polyfill".
* Hide output in ShadowDOM * Hide output in ShadowDOM
* leave (author configured) source in the LightDOM * leave (author configured) source in the LightDOM
* use mutation observers to detect changes to LightDOM (for updates). * use mutation observers to detect changes to LightDOM (for updates).
* improve CSS inheritance * improve CSS inheritance
* e.g., use getComputedStyle to map MathML stylesheets to MathJax output * e.g., optionally use getComputedStyle to map MathML stylesheets to MathJax output
* subexpression APIs * subexpression APIs
* a method that accepts string input and returns a string containing output (a self-contained SVG, CommonHTML output etc.) * a method that accepts string input and returns a string containing output (a self-contained SVG, CommonHTML output etc.)
* useful for canvas rendering, see [this discussion on mathjax-users](https://groups.google.com/d/msg/mathjax-users/RhWayOM8t_A/gjuEuaX3cdwJ) * useful for canvas rendering, see [this discussion on mathjax-users](https://groups.google.com/d/msg/mathjax-users/RhWayOM8t_A/gjuEuaX3cdwJ)
* might end up somewhat limited for lack of rendering context
## Improved loading & typesetting behavior ## Improved loading & typesetting behavior
...@@ -66,7 +66,7 @@ See also [[Accessibility goals]], [this user group discussion](https://groups.go ...@@ -66,7 +66,7 @@ See also [[Accessibility goals]], [this user group discussion](https://groups.go
* finalize discovery-mode of the UI * finalize discovery-mode of the UI
* haze * haze
* marker * marker
* switch to hamburger icon? generic math symbol? (like sections on docs or github markdown) * switch to hamburger icon? generic math symbol? (like sections on docs or github markdown?)
* smoother menu interaction (roll under/over etc) * smoother menu interaction (roll under/over etc)
* optional permanent marker * optional permanent marker
* speech-text extension * speech-text extension
......
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
  • Drafts