Fix list structures #10535
Labels
e2-days
Effort: < 5 days
infra.structure
Relates to the tools that create docs.flutter.dev
p2-medium
Necessary but not urgent concern. Resolve when possible.
t.a11y
Relates to an accessibility concern
From https://buganizer.corp.google.com/issues/337264374
Observed Results
Navigating through the left menu specifically through the lists inside drop downs, I noticed how they are verbalized by SR.
Expected Results
Ensure that the lists from drop downs should have a correct structure in this way they will be announced better in screen readers.
<ul>
and<ol>
must only directly contain<li>
,<script>
or<template>
elementsUser Impact
Screen reader and Cognitive users are affected because they do not have clearly how many items are inside every list.
Steps to Reproduce
GAR Assessment
Flutter Docs
GAR Details
1.16. (c) Without Visible Screen (With Screen Reader)
Environment Details
Machine: MAC/ChromeBook
Browser: Chrome Version 120.0.6099.272 (Official Build) (64-bit)
Screen reader: VoiceOver / ChromeVox.
Bug filling time: 15 mins.
The text was updated successfully, but these errors were encountered: