From be364280e66a9c8b56f43151c3ee99553b972b54 Mon Sep 17 00:00:00 2001 From: Mike Gifford Date: Fri, 8 Nov 2024 21:05:49 +0100 Subject: [PATCH 1/3] Update rule-descriptions.md Good to put in a link to ACT --- doc/rule-descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index 88e5e5f57d..5a128a093d 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -14,7 +14,7 @@ ## WCAG 2.0 Level A & AA Rules -| Rule ID | Description | Impact | Tags | Issue Type | ACT Rules | +| Rule ID | Description | Impact | Tags | Issue Type | [ACT Rules](https://www.w3.org/WAI/standards-guidelines/act/rules/) | | :-------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------- | :------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [area-alt](https://dequeuniversity.com/rules/axe/4.10/area-alt?application=RuleDescription) | Ensure <area> elements of image maps have alternative text | Critical | cat.text-alternatives, wcag2a, wcag244, wcag412, section508, section508.22.a, TTv5, TT6.a, EN-301-549, EN-9.2.4.4, EN-9.4.1.2, ACT | failure, needs review | [c487ae](https://act-rules.github.io/rules/c487ae) | | [aria-allowed-attr](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=RuleDescription) | Ensure an element's role supports its ARIA attributes | Critical | cat.aria, wcag2a, wcag412, EN-301-549, EN-9.4.1.2 | failure, needs review | [5c01ea](https://act-rules.github.io/rules/5c01ea) | From 4cec373234b06eb9d3732d7906680e9067d54a22 Mon Sep 17 00:00:00 2001 From: Mike Gifford Date: Sat, 11 Jan 2025 14:08:07 -0500 Subject: [PATCH 2/3] Update rule-descriptions.md Removing change here. --- doc/rule-descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index 5a128a093d..88e5e5f57d 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -14,7 +14,7 @@ ## WCAG 2.0 Level A & AA Rules -| Rule ID | Description | Impact | Tags | Issue Type | [ACT Rules](https://www.w3.org/WAI/standards-guidelines/act/rules/) | +| Rule ID | Description | Impact | Tags | Issue Type | ACT Rules | | :-------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------- | :------- | :--------------------------------------------------------------------------------------------------------------------------------- | :------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [area-alt](https://dequeuniversity.com/rules/axe/4.10/area-alt?application=RuleDescription) | Ensure <area> elements of image maps have alternative text | Critical | cat.text-alternatives, wcag2a, wcag244, wcag412, section508, section508.22.a, TTv5, TT6.a, EN-301-549, EN-9.2.4.4, EN-9.4.1.2, ACT | failure, needs review | [c487ae](https://act-rules.github.io/rules/c487ae) | | [aria-allowed-attr](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr?application=RuleDescription) | Ensure an element's role supports its ARIA attributes | Critical | cat.aria, wcag2a, wcag412, EN-301-549, EN-9.4.1.2 | failure, needs review | [5c01ea](https://act-rules.github.io/rules/5c01ea) | From e194c5e93a9322b3d7f43bd85d971436d631336c Mon Sep 17 00:00:00 2001 From: Mike Gifford Date: Sat, 11 Jan 2025 14:11:19 -0500 Subject: [PATCH 3/3] Update configure.js Updating patch as directed in conversation. --- build/configure.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/configure.js b/build/configure.js index ca3241fbd3..a8a1da734f 100644 --- a/build/configure.js +++ b/build/configure.js @@ -16,7 +16,7 @@ var axeVersion = packageJSON.version.substring( ); var descriptionTableHeader = - '| Rule ID | Description | Impact | Tags | Issue Type | ACT Rules |\n| :------- | :------- | :------- | :------- | :------- | :------- |\n'; + '| Rule ID | Description | Impact | Tags | Issue Type | [ACT Rules](https://www.w3.org/WAI/standards-guidelines/act/rules/) |\n| :------- | :------- | :------- | :------- | :------- | :------- |\n'; // prevent striping newline characters from strings (e.g. failure // summaries). must be synced with lib/core/imports/index.js