Brian Richwine

Results 37 comments of Brian Richwine

This really should be fixed at the screen-reader or screen-reader plug-in level. The Speech Rule Engine (SRE) in MathJax tends to speak these correctly (if configured for MathSpeech grammar output)....

Tested today, 2021-10-11 with the latest version of JAWS an noticed this issue is still present.

Hi, I noticed several other math characters still read incorrectly unless the verbosity setting is set rather high... and what reader really wants that? Any update on this issue? This...

Note: The examples provided include the JAWS speech history of how each bit of mathematics is being spoken as well as the MathSpeak Grammar for each example (as rendered by...

Tested today, 2021-10-11 and confirmed that this issue of JAWS not reading even basic algebraic math correctly is still present in the latest version of JAWS. Any updates on the...

I've been labeling the TinyMCE editor using a callback in the tinymce.init call: ```js tinymce.init({ // other config items, init_instance_callback: function(editor) { editor.getContainer().setAttribute('aria-label', 'This is editor one.') // NVDA reads...

And, oh... you don't want to expose the original textarea or screen-reading software will let users edit it. It's totally correct that tinyMCE adds the style "display:none" and aria-hidden=true to...

The "alt-text" was being generated by the MathJax as the math was encoded using MathML in the EPUB. This issue was discussed in the Math Writing Solutions for VI group...

Hi, Neil - I have some node.js code that can process EPUBs. I'd be happy to work on this. Are you able to share the OERs that you have?