Expose UEB in the braille menu#1512
Open
autodots-AHassan wants to merge 21 commits into
Open
Conversation
Fix problem with `\limits` and `\nolimits` when used after a script. (mathjax/MathJax#3569)
…se and help buttons.
… empty containers with overflow: auto. (mathjax/MathJax#3579)
Add symmetric="true" to \middle results. (mathjax/MathJax#3560)
Don't rerender the output during menu initialization.
Make sure the parsers array is cleared for tex and text parsers. (mathjax#1474)
Fix `\bbox` problem with padding values that are decimals. (mathjax/MathJax#3568)
Make sure multi-byte UTF8 characters are handled properly in data-latex attributes. (mathjax/MathJax#3575)
Set box-sizing in dialogs to avoid CSS bleed through that affects close and help buttons.
Fix label ids for expressions with forward refs. (mathjax/MathJax#3562)
Work around issue with Safari 26 not processing math inside otherwise empty containers with overflow: auto. (mathjax/MathJax#3579)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exposes UEB as an option in the MathJax Braille menu and keeps the selected braille code synced with
options.sre.braille. This depends on the matching SRE PR that adds UEB support: Speech-Rule-Engine/speech-rule-engine#873.