-
Notifications
You must be signed in to change notification settings - Fork 5
Accessibility Testing Warnings and Errors
Eric Bailey edited this page Jul 13, 2017
·
10 revisions
These issues appear on all pages.
| Type | Error | Reasoning |
|---|---|---|
| [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. |
None!
| Type | Error | Reasoning |
|---|---|---|
| [Alert] 2 X Possible heading | False positive. Heading elements are declared. | |
| [Alert] 1 X Noscript element |
<noscript> is intentional. Generated by loadCSS as a fallback. |