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

newrule(target_spacing_sufficient): WCAG 2.2: 2.5.8 Target size (minimum) #1719

Merged
merged 57 commits into from
Nov 9, 2023
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
e7bffa6
Merge pull request #1714 from IBMa/dev-1676
shunguoy Oct 12, 2023
8272bec
create initial rule #1674
shunguoy Oct 12, 2023
6fd5aa6
initial rule #1674
shunguoy Oct 13, 2023
0e811d3
initial rule #1674
shunguoy Oct 13, 2023
41d127d
initial rule #1674
shunguoy Oct 13, 2023
ee16f58
add utilities for target #1674
shunguoy Oct 16, 2023
5d1db0e
Merge branch 'master' into dev-1674
shunguoy Oct 17, 2023
dcb35ab
add more test cases #1674
shunguoy Oct 17, 2023
1157e8e
update rule and test cases #1674
shunguoy Oct 19, 2023
e9b4fe8
update test cases #1674
shunguoy Oct 19, 2023
a5e35b8
update the rule #1674
shunguoy Oct 23, 2023
7af7b56
New WCAG 2.2 help
philljenkins Oct 23, 2023
7a75e2f
Merge branch 'master' into dev-1674
shunguoy Oct 24, 2023
bd52e01
rule update #1674
shunguoy Oct 25, 2023
2b97681
remove trailing ")"
philljenkins Oct 25, 2023
d910f04
simplify table
philljenkins Oct 25, 2023
94d077d
Merge branch 'master' into dev-1674
shunguoy Oct 25, 2023
6977ba3
update the rule #1674
shunguoy Oct 25, 2023
f422915
expand technique title
philljenkins Oct 25, 2023
dd35095
update the rule #1674
shunguoy Oct 25, 2023
2b6839f
rule change #1674
shunguoy Oct 26, 2023
6055ee1
Inline added to help
philljenkins Oct 27, 2023
4ef2326
update the rule #1674
shunguoy Oct 30, 2023
ada4f8e
fix the bound issue #1674
shunguoy Oct 30, 2023
0f5ce36
Merge branch 'master' into dev-1674
philljenkins Oct 30, 2023
8082a50
Add rule set listings
philljenkins Oct 30, 2023
72f38be
Improve readability README-RULES.md
philljenkins Oct 31, 2023
c29fff8
update test cases and rule #1674
shunguoy Oct 31, 2023
4a3ed86
fix the test cases and rules #1674
shunguoy Nov 1, 2023
9f20424
Merge branch 'master' into dev-1674
shunguoy Nov 1, 2023
b81d424
clean up rule #1674
shunguoy Nov 1, 2023
33b8d1f
update the rule #1674
shunguoy Nov 1, 2023
7b22e46
update the rule #1674
shunguoy Nov 1, 2023
98503e2
update messages #1674
shunguoy Nov 1, 2023
c9a6840
change rule messages #1674
shunguoy Nov 1, 2023
7b9eeeb
Remove AAA
philljenkins Nov 2, 2023
4e62307
Merge branch 'master' into dev-1674
philljenkins Nov 2, 2023
dfff012
Update test.yml
shunguoy Nov 2, 2023
5704e27
update the test cases #1674
shunguoy Nov 2, 2023
44da63d
Doc Type added
philljenkins Nov 2, 2023
54a039a
Update .achecker.yml
shunguoy Nov 2, 2023
285d792
intent of requirement
philljenkins Nov 6, 2023
c465adc
do not vs don't
philljenkins Nov 6, 2023
dcc773b
cannot vs can't
philljenkins Nov 6, 2023
af64477
cleanup element_tabbable_unobscured.ts
shunguoy Nov 6, 2023
c73bad5
update bounds calculation #1674
shunguoy Nov 6, 2023
3b72fc8
cleanup the code #1674
shunguoy Nov 6, 2023
778027d
cleanup the code #1674
shunguoy Nov 6, 2023
363100e
editorial
tombrunet Nov 7, 2023
cb092c7
cleanup the code error #1674
shunguoy Nov 7, 2023
a1a263b
Merge branch 'master' into dev-1674
shunguoy Nov 8, 2023
93e38ec
comma
philljenkins Nov 8, 2023
ab13292
Update accessibility-checker-engine/help-v4/en-US/target_spacing_suff…
tombrunet Nov 8, 2023
3a7891f
Update accessibility-checker-engine/src/v4/rules/target_spacing_suffi…
tombrunet Nov 8, 2023
2fd96b8
Published URLs
philljenkins Nov 8, 2023
a7239f5
Merge branch 'master' into dev-1674
shunguoy Nov 9, 2023
c75a765
update the rule definition #1674
shunguoy Nov 9, 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
Remove AAA
  • Loading branch information
philljenkins authored Nov 2, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7b9eeeb1b4f162052f54067db313be70e30488ed
Original file line number Diff line number Diff line change
@@ -77,7 +77,6 @@ <h3 id="ruleMessage"></h3>
### About this requirement

- [WCAG 2.5.8 Target Size (Minimum AA)](https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum)
- [WCAG 2.5.5 Target Size (Enhanced AAA)](https://www.w3.org/WAI/WCAG22/Understanding/target-size-enhanced)
- [WCAG technique C42: Using min-height and min-width to ensure sufficient target spacing](https://www.w3.org/WAI/WCAG22/Techniques/css/C42)

### Who does this affect?