Closed eluberoff closed 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?
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.