Skip to content

Commit

Permalink
Remove 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philljenkins authored Sep 19, 2023
1 parent 5abbf4c commit 3a6dca0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3 id="ruleMessage"></h3>

### 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.

Expand All @@ -69,6 +69,8 @@ <h3 id="ruleMessage"></h3>
<input type="button" value="Save">
```

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.

</script></mark-down>
<!-- End main panel -->
<!-- This is where the rule id is injected -->
Expand All @@ -80,7 +82,7 @@ <h3 id="ruleMessage"></h3>

### About this requirement

* [IBM 4.1.2 Name, role, value](https://www.ibm.com/able/requirements/requirements/#4_1_2)
<!-- Remove 4.1.1 * [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?
Expand Down

0 comments on commit 3a6dca0

Please sign in to comment.