Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(engine): Remapping engine rules from 4.1.1 Parsing to HTML and ARIA #1686

Merged
merged 28 commits into from
Oct 2, 2023
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
058459d
update rules #1680
shunguoy Sep 14, 2023
da35b05
update the rule categories #1680
shunguoy Sep 15, 2023
0a831a1
ruleset update to include wcag 2.2 #1680
shunguoy Sep 15, 2023
db69338
Merge branch 'master' into dev-1680
shunguoy Sep 18, 2023
896edb6
Merge branch 'master' into dev-1680
shunguoy Sep 19, 2023
5abbf4c
Remove reference to 4.1.1
philljenkins Sep 19, 2023
3a6dca0
Remove 4.1.1
philljenkins Sep 19, 2023
45a4449
Remove 4.1.1
philljenkins Sep 19, 2023
51ab2b0
Remove 4.1.1
philljenkins Sep 19, 2023
09597e8
Remove 4.1.1
philljenkins Sep 19, 2023
f78dd15
Remove 4.1.1
philljenkins Sep 19, 2023
295eee6
Remove 4.1.1
philljenkins Sep 19, 2023
7a4d534
Merge branch 'master' into dev-1680
philljenkins Sep 19, 2023
3f37596
4.1.1 note simplified
philljenkins Sep 20, 2023
41ffc18
Simplified 4.1.1 note
philljenkins Sep 20, 2023
1644fa1
Simplified 4.1.1 note
philljenkins Sep 20, 2023
1189d91
Simplified 4.1.1 note
philljenkins Sep 20, 2023
cdc0f09
Simplify 4.1.1 note
philljenkins Sep 20, 2023
aef7a25
Simplify 4.1.1 note
philljenkins Sep 20, 2023
84e05b0
HTML and ARIA to rule set descriptions
philljenkins Sep 22, 2023
2d67930
4.1.1 note updated
philljenkins Sep 22, 2023
2ff9c0a
4.1.1 note updated
philljenkins Sep 22, 2023
cd2f7c3
4.1.1 note updated
philljenkins Sep 22, 2023
9b9e792
4.1.1 note updated
philljenkins Sep 22, 2023
e3f8a5c
4.1.1 note updated
philljenkins Sep 22, 2023
6848244
Merge branch 'master' into dev-1680
philljenkins Sep 22, 2023
0247e52
Merge branch 'master' into dev-1680
ErickRenteria Oct 2, 2023
8b210ff
Removing line 73 fro 4.1.1
ErickRenteria Oct 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
4.1.1 note updated
  • Loading branch information
philljenkins authored Sep 22, 2023
commit cd2f7c39da9f33213aaa75677fb8f6d7cb3595ea
Original file line number Diff line number Diff line change
@@ -59,8 +59,8 @@ <h3 id="ruleMessage"></h3>
<button type="button" name="testButton1" id="button1" accesskey="a">Accept</button>
<button type="button" name="testButton2" id="button2" accesskey="r">Reject</button>
```

Note: Only when specification issues such as incorrect names due to duplicate IDs that also cause accessibility problems that are checked by other rules will be reported under those requirements rather than the previous “4.1.1 Parsing” requirement that was removed in WCAG 2.2.
Note: The [4.1.1 Parsing](https://www.w3.org/WAI/WCAG21/Understanding/parsing.html) requirement was removed from WCAG.
However, the Checker will report an issue against another accessibility requirement when it detects it causes an accessibility issue.

</script></mark-down>
<!-- End main panel -->