-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
I launched Lighthouse on the new site to test our accessibility and performance and I found some issues with the Quick Nav component.
After these results and checking the DOM of the component I saw that we are making some major accessibility mistakes. In the Quick Nav example:
The problems here are:
<li>tags must always be contained inside<ul>or<ol>as direct parent, so screen readers can identify the whole as a list and read it in a special way (this article explains it in detail).- The same on the other way around,
<ul>or<ol>must only contain<li>tags as direct childs (this article explains it in detail).
eriesgo
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done



