Ashish Myles a612a1dfd1 [web] Move announcement live elements to the end of the DOM and make them divs instead of labels. (flutter/engine#42432)
- Moving them to the end prevents the screen reader from landing on them before the relevant content.
- Making them `div`s instead of `label`s prevents some screen readers (ChromeVox in particular) from landing on the live elements when the live elements are empty.

Fixes https://github.com/flutter/flutter/issues/127862.
2023-06-02 18:33:24 +00:00
..