From 3a6dca07b06c730856925a241ea3a646acb75dd5 Mon Sep 17 00:00:00 2001 From: Phill Jenkins Date: Tue, 19 Sep 2023 14:42:23 -0500 Subject: [PATCH] Remove 4.1.1 --- .../help-v4/en-US/aria_role_redundant.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/accessibility-checker-engine/help-v4/en-US/aria_role_redundant.html b/accessibility-checker-engine/help-v4/en-US/aria_role_redundant.html index f700c2a70..7ddb16273 100644 --- a/accessibility-checker-engine/help-v4/en-US/aria_role_redundant.html +++ b/accessibility-checker-engine/help-v4/en-US/aria_role_redundant.html @@ -51,7 +51,7 @@

### What to do -Remove the redundant ARIA role from the element. +* Remove the redundant ARIA role from the element. Note the redundant ARIA and HTML roles shown in the following examples. @@ -69,6 +69,8 @@

``` +Note: Specification issues such as missing roles due to inappropriately nested elements, deprecated roles, incorrect states or names due to a duplicate ID that cause accessibility problems are covered by other accessibility requirements and will be reported under those requirements rather than the previous “4.1.1 Parsing” requirement that was removed in WCAG 2.2. + @@ -80,7 +82,7 @@

### About this requirement -* [IBM 4.1.2 Name, role, value](https://www.ibm.com/able/requirements/requirements/#4_1_2) + * [ARIA in HTML - Avoid specifying redundant roles](https://www.w3.org/TR/html-aria/#avoid-specifying-redundant-roles) ### Who does this affect?