Loading
Bug 1750205 - Properly handle a11y when the Firefox Suggest online opt-in...
Bug 1750205 - Properly handle a11y when the Firefox Suggest online opt-in modal changes panes/sections. r=daisuke, a=RyanVM Updating `aria-labelledby` and `aria-describedby` seems to work. We aren't using `aria-live` correctly I think, which is my fault since I suggested it. AFAICT that should be used on an element whose subtree changes. That's not the case for these `h1` elements. It is the case for the `body` element, and I tried setting `aria-live=polite` on it, but it ended up causing everything in the main section to be read multiple times. Differential Revision: https://phabricator.services.mozilla.com/D136055