Skip to content

Commit

Permalink
feat: add S.C. 2.4.4 to link-name rule. Fixes #369
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanb committed Jun 19, 2017
1 parent 34137e5 commit 70728e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rule-descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
| label | Ensures every form element has a label | cat.forms, wcag2a, wcag332, wcag131, section508, section508.22.n | true |
| layout-table | Ensures presentational <table> elements do not use <th>, <caption> elements or the summary attribute | cat.semantics, wcag2a, wcag131 | true |
| link-in-text-block | Links can be distinguished without relying on color | cat.color, experimental, wcag2a, wcag141 | true |
| link-name | Ensures links have discernible text | cat.name-role-value, wcag2a, wcag111, wcag412, section508, section508.22.a | true |
| link-name | Ensures links have discernible text | cat.name-role-value, wcag2a, wcag111, wcag412, wcag244, section508, section508.22.a | true |
| list | Ensures that lists are structured correctly | cat.structure, wcag2a, wcag131 | true |
| listitem | Ensures <li> elements are used semantically | cat.structure, wcag2a, wcag131 | true |
| marquee | Ensures <marquee> elements are not used | cat.parsing, wcag2a, wcag222 | true |
Expand Down
1 change: 1 addition & 0 deletions lib/rules/link-name.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"wcag2a",
"wcag111",
"wcag412",
"wcag244",
"section508",
"section508.22.a"
],
Expand Down

0 comments on commit 70728e6

Please sign in to comment.