You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lighthouse's Accessibility sections is reporting — and marking down — the following html structure, claiming it fails the 'Elements are Well-Structured' test.
The dl element represents a description list of zero or more term-description groups. Each term-description group consists of one or more terms (represented by dt elements) possibly as children of a div element child, and one or more descriptions (represented by dd elements possibly as children of a div element child)**, ignoring any nodes other than dt and dd element children, and dt and dd elements that are children of div element children within a single dl element.
Hi thanks for the issue! This is specific to aXe, which LH uses behind the scenes to handle accessibility audits.
In the case you mention, there's an upstream bug that was recently merged that resolves this dequelabs/axe-core#262 and there is an open PR that bumps LH's aXe version up bring it up to date, which ideally will include said fix: #5565
Lighthouse's Accessibility sections is reporting — and marking down — the following html structure, claiming it fails the 'Elements are Well-Structured' test.
The above abides by specification for the
<dl>
tag:Steps to reproduce
Resulting Report:
Case that Screen Readers may produce confusing or inaccurate output
Both ChromeVox and Windows Narrator skip over
elements completely. 🤷♂️
The text was updated successfully, but these errors were encountered: