Skip to content

Commit 358245e

Browse files
committed
Update features.md
1 parent 9781d91 commit 358245e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

features.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ A list of every a11y concern Checka11y.css will check for and highlight with lin
1919
- [E0012](./codes.md#E0012): Checks `<dt>` and `<dd>` are the **only** direct children of `<dl>`.
2020
- [E0013](./codes.md#E0013): Checks if `<nav>` exists more than once on a page, that each nav is correctly labelled.
2121
- [E0014](./codes.md#E0014): Checks for a tab index value of -1 on commonly tabbed to elements.
22+
- [E0015](./codes.md#E0015): Checks for an image with a `longdesc` pointing to an image.
23+
- [E0016](./codes.md#E0016): Checks for an image with an empty `longdesc`.
2224

2325
## Warnings
2426

@@ -37,3 +39,4 @@ A list of every a11y concern Checka11y.css will check for and highlight with lin
3739
- [W0012](./codes.md#W0012): Checks for heading element inside `<section>` element.
3840
- [W0013](./codes.md#W0013): Checks for anchor tags that contain a link to a PDF, Word, Excel, or PowerPoint document.
3941
- [W0014](./codes.md#W0014): Checks for anchor tags that contain a link to content site.
42+
- [W0015](./codes.md#W0014): Checks for images with the `longdesc` attribute.

0 commit comments

Comments
 (0)