Issue metadata
Sign in to add a comment
|
<div>s too often ignored in accessibility tree leading to JAWS virtual buffer issues |
||||||||||||||||||||||
Issue description
Something like this is ignores the parent div:
<div class="parent">
<label style="display:flex; flex-direction:row;">
Flex row layout
</label>
</div>
However, Firefox does not ignore this div. This leads to differences in what's available in the JAWS virtual buffer.
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by aleventhal@chromium.org
, Oct 15Status: Available (was: Started)