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

Add target size enhanced rule #1919

Draft
wants to merge 46 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
1f3a63a
Add target size enhanced rule
WilcoFiers Sep 8, 2022
cfef38b
Rework a bit normative parts
Jym77 Aug 10, 2023
9a82752
Merge branch 'develop' into target-size-enhanced
Jym77 Aug 17, 2023
9ceba73
Merge branch 'develop' into target-size-enhanced
Jym77 Sep 14, 2023
c48767d
Refine rule a bit
Jym77 Sep 14, 2023
218bd99
Polish draft a bit
Jym77 Sep 15, 2023
62d2c9d
more work
Jym77 Sep 28, 2023
fa487ad
Merge branch 'develop' into target-size-enhanced
Jym77 Oct 5, 2023
90c4107
Attempt to write barebone defs
Jym77 Oct 5, 2023
67184e0
Some more notes
Jym77 Oct 13, 2023
b081edd
Text spacing rewrite (#1923)
Jym77 Oct 13, 2023
3f188b2
"Meta viewport allows for zoom" (b4f0c3): Explicit meaning of 'has' (…
Jym77 Oct 13, 2023
39748a1
Map Empty-heading rule to ARIA instead of WCAG (#2120)
WilcoFiers Oct 13, 2023
58463aa
Deprecate 4.1.1 rules (#2117)
WilcoFiers Oct 13, 2023
01a9d63
Fix markup issue in Iframe has name rule (#2116)
WilcoFiers Oct 13, 2023
dad2491
Stop linking to proposed rules (#2108)
WilcoFiers Oct 13, 2023
bb06ca3
Fix image-button accessibility support editorial oversight (#2106)
WilcoFiers Oct 13, 2023
a87ffeb
"Iframe not with interactive element" [akn7bn]: handle inert iframe (…
Jym77 Oct 16, 2023
1ea2503
Add much more examples
Jym77 Oct 26, 2023
23dc14b
Add much more examples
Jym77 Oct 26, 2023
c79f2f5
Merge branch 'develop' into target-size-enhanced
Jym77 Nov 9, 2023
e415158
Add more examples
Jym77 Nov 9, 2023
56bfa49
Merge branch 'develop' into target-size-enhanced
Jym77 Nov 23, 2023
4dffd15
Revert definition of clickable area
Jym77 Nov 23, 2023
38046c7
Clean up
Jym77 Nov 23, 2023
21f7cca
Merge branch 'develop' into target-size-enhanced
Jym77 Dec 14, 2023
5c492fb
Improve definition
Jym77 Dec 14, 2023
13e6ab8
Do not use aria-labelledby on raw div
Jym77 Dec 14, 2023
a37d2d9
Add definitions of implicit and explicit labels
Jym77 Dec 14, 2023
1351979
Add definition of shape-shifted element
Jym77 Dec 14, 2023
089d7aa
Clean up
Jym77 Dec 14, 2023
f5eb6d0
Remove example numbering until solidification
Jym77 Dec 14, 2023
f05a6ae
Merge branch 'develop' into target-size-enhanced
Jym77 Dec 21, 2023
3bf353f
Revert unrelated typo fix
Jym77 Dec 21, 2023
6618579
Write definitions
Jym77 Dec 21, 2023
421c5bf
Typos
Jym77 Dec 21, 2023
af064f2
Revert unrelated typo fix
Jym77 Dec 21, 2023
b4fe1de
Remove unrelated typo fix
Jym77 Dec 21, 2023
b65434a
Merge branch 'develop' into target-size-enhanced
Jym77 Jan 25, 2024
5faa824
Merge branch 'develop' into target-size-enhanced
Jan 26, 2024
7dc621c
Merge branch 'develop' into target-size-enhanced
Jym77 Feb 15, 2024
f92d3bb
Update rule and definition
Jym77 Feb 15, 2024
37a794a
Merge branch 'develop' into target-size-enhanced
Jym77 Feb 29, 2024
301f1f4
Clean up examples
Jym77 Feb 29, 2024
8719b7a
Move UA controlled exception from Applicability to Expectation
Jym77 Mar 1, 2024
cb8149c
Typo in link
Jym77 Mar 1, 2024
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
13 changes: 13 additions & 0 deletions __tests__/spelling-ignore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@
- dom-meta-content
- showModal

# Javascript identifiers
- clientRects
- getBoundingClientRect
- getClientRects

# Unsure why the dictionary does not have these words
- programmatically
- personalization
Expand Down Expand Up @@ -237,6 +242,7 @@
- focusability
- unitless
- luminance
- checkboxes # this seems tè be the correct plural

# Parts of Unicode
- 000A
Expand Down Expand Up @@ -271,6 +277,13 @@
- 25px
- 30px
- 32px
- 35px
- 41px
- 44px
- 45px
- 48px
- 50px
- 54px

# Language codes
- da
Expand Down
Loading
Loading