Skip to content

Accessibility Testing Warnings and Errors

Eric Bailey edited this page Jan 9, 2017 · 10 revisions

DevTools Audit

Type Error Reasoning
⚠️ [Warning] role=main should only appear on significant elements role="main" is applied to the sole <main> element on the page.
⚠️ [Warning] Text elements should have a reasonable contrast ratio False positive. These elements are intentionally not being visually displayed.
⚠️ [Warning] These elements are focusable but either invisible or obscured by another element False positive. These elements are intentionally not being visually displayed.

Clone this wiki locally