Potential A11y Violation:
Malformed structural markup
Point of Failure
Structural markup should not be used in a way that does not represent relationships in the content.
Available Automation Evaluation
In checking known available linting and testing tools, these are our findings.
Linting Could Exist
Potentially automatable to some extent. Identify specifics of structural content and write linting rules that ensure the content is appropriate.
Testing Could Exist
See above
Other Test Methods
In addition to automated tests, there are other types of tests that could be conducted to prevent this potential violation.
Developer Authored Test Could Exist
(Learn HTML, use HTML validators)
Manual Test Must Exist
Run the page's markup through an HTML validator.