From 70728e6d5a1f119be494664d79ceac4bb9d2462e Mon Sep 17 00:00:00 2001 From: Dylan Barrell Date: Mon, 19 Jun 2017 13:50:31 -0400 Subject: [PATCH] feat: add S.C. 2.4.4 to link-name rule. Fixes #369 --- doc/rule-descriptions.md | 2 +- lib/rules/link-name.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index 58cdc20e34..044af174d7 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -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 | diff --git a/lib/rules/link-name.json b/lib/rules/link-name.json index c1d681cea9..1c18ce67c5 100644 --- a/lib/rules/link-name.json +++ b/lib/rules/link-name.json @@ -6,6 +6,7 @@ "wcag2a", "wcag111", "wcag412", + "wcag244", "section508", "section508.22.a" ],