forked from firka/flutter
a612a1dfd1fb8051e1feeb38e6aaf41e0d4db859
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.
[web] Move announcement live elements to the end of the DOM and make them
divs instead of labels. (flutter/engine#42432)
Description
No description provided
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%