NSoiffer
NSoiffer
# Collecting Ideas for future development... ## Synchronized highlighting When a key command is used to speak an expression... * Could use speech API, but only get word callback boundaries...
## Description Math sometimes has images as part of a problem description or solution. It was be useful if mathlive allowed someone to insert (and resize) an image. Given that...
## Description The appearance of crossouts could be improved. In MathJax 3.0, Davide Cervone came up with a very clever way to do them and all the other `notation` attr...
## Description If you create a fraction and delete either the numerator or denominator, it is blank. But if you click in the empty slot, a placeholder appears. This seems...
**Describe the bug** If you start with `123xyz` and use ReadAloud (after the first #213), the 'x' or 'y' _sometimes_ doesn't get highlighted. **To Reproduce** 1. Edit examples/speech/speech-test.esm.html so that...
**Describe the bug** This is an accessibility bug that has been around since the start. I've finally sat down to try and tackle it. This issue to discuss options to...
## Problem It is possible to add shortcuts. Most of the time, the shortcuts are shorthand ways to enter something that is already "known". However, the introduction to things like...
## Description The MathML for `{x^2}+2x|_{x=3}` is wrong: ``` x2+2⁢ x ⁢ ∣x=3 ``` The `⁢` before the subscripted `|` is wrong. It should get added between operands. For sub/superscripts,...
## Description I believe '.' and ',' were added to speech strings to cause the speech engine to add a little pause at that point. SSML is now being used,...
### Issue Summary The MathML spec lists a number of pseudoscript chars. Among them is #B0 (degree sign). The spec says the proper markup is to put the degree sign...