I noticed that the mathspeak code generates 3 "x" as the aria-live when someone enters 3x. I see in the code this was done to workaround some weird ways Apple devices were reading expressions.
As a weird side effect, Android's TalkBack reads 3 "x" as 3 inches by, I guess its thinking it looks like the start of an area measurement like 3"x4". If the punctuation verbosity is set to most, it instead reads 3 quote x quote.
I noticed that the mathspeak code generates
3 "x"as the aria-live when someone enters3x. I see in the code this was done to workaround some weird ways Apple devices were reading expressions.As a weird side effect, Android's TalkBack reads
3 "x"as3 inches by, I guess its thinking it looks like the start of an area measurement like3"x4". If the punctuation verbosity is set tomost, it instead reads3 quote x quote.