desmosinc / mathquill

Magic textboxes where you can type math as easily as writing!
mathquill.com
137 stars 42 forks source link

Add support for logging aria alerts #257

Closed eluberoff closed 1 year ago

eluberoff commented 1 year ago

next up: in the calculators adding an "logAria" URL parameter that will log everything the screen reader will say, which will be great for demos and for debugging without the screen reader on.

eluberoff commented 1 year ago

I suppose we could seek out every element on the page that has aria-live="assertive", add observers for new ones being added, and then observe any changes to the contents of any of them. that would avoid needing to add a prop to mathquill. do you think that's worth a try?