-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handling of braille math and MathML #239
Comments
Richard and I presented at CSUN on the reading and writing of math. The focus was on reading MathML in EPUB and in HTML. We copied the expressions using MathCAT and pasted it into Word. We then proceeded to create expressions in the Word equation editor. There is a group working on the improvement to MS Word and linear math writing. This is very promising. I wanted to make this point so braille readers can integrate more easily into mainstream education. The braille reader uses Word to create their math and it gets submitted as perfectly formatted math for the visual reader and is readable with a braille display. I do not know how the systems interact, but it seems that the preservation of the MathML would be good. |
There may be other options here, too, than relying on multiple renditions. You could embed mathml using an object tag and have the braille math equivalent as the inner fallback, for example. |
MathML could be out of scope for eBraille. Wouldn't it rely on the reading system having some kind of translator? Material that uses MathML is the trickiest material to properly translate, so it could set a high bar for support. |
I think wo should not put MathML out of scope as this is becoming more and more the main standard to handle accessible math formulas. But anyway, there is also traditionally produced braille math that we must support. This is why I thought that braille math should go into the braille rendition and MathML into an ink print rendition. |
MathML is a default part of HTML, so unless we normatively prohibit it in the specification we need to account for it, or at least set people's expectations for how it can be used. It might be better handled in the tagging best practices guide, where you could mention that while mathml is allowed, it may not have the expected results in braille reading systems. I don't know that you need to get into the weeds of whether to use html's intrinsic fallback capabilities or multiple renditions, but you might want to state that publishers should thoroughly test any use of mathml before assuming it will work for readers. |
In the First Public Working Draft https://daisy.github.io/ebraille/published/1.0/FPWD-ebraille-20240725/
6.2.1 Character encoding MathML is mentionend in a Note to be embedded in eBraille.
This issue could also be related to Georgs Issue "TVI wants to see the original graphic and original math #32".
I think at some point we need to define best practice for handling of Math formulas (if I didn't miss it and some of you already did this?)
Ideally I think we should put the braille math in the braille rendition and add an ink print rendition of the eBraille book that contains the same formula in MathML (and maybe also an image of the formula). The single line display user can continue reading the math formula in the braille rendition without further requirements to the reading system. But an advanced reading system could switch between the two renditions if it is required by the user to use an optical/graphical/tactical representation of the math formula.
The text was updated successfully, but these errors were encountered: