-
Notifications
You must be signed in to change notification settings - Fork 5
Accessibility Testing Warnings and Errors
Eric Bailey edited this page Apr 7, 2019
·
10 revisions
These issues appear on all pages.
| Type | Error | Reasoning |
|---|---|---|
<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script> or <template> elements |
HTML 5.2 allows wrapping dt and dd groups in div elements. |
|
<dt> and <dd> elements must be contained by a <dl>
|
HTML 5.2 allows wrapping dt and dd groups in div elements. |
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. |
| Type | Error | Reasoning |
|---|---|---|
| ❌ | [Error] These definition list items have no parent element. | HTML 5.2 allows wrapping dt and dd groups in div elements. |