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

display contents accessibility tests #43740

Merged
merged 54 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
d991102
Create display-contents-accessibility.html
Dec 19, 2023
7e99ddc
Add tests for buttons, links, generics, headings
Dec 19, 2023
992e5c8
Add more tests
Dec 19, 2023
4f0cca3
Change file content structure
Dec 19, 2023
69107f7
Add grid test
Dec 19, 2023
d8c6ec9
Add display grid, flex tests
Dec 19, 2023
7f03352
Add more tests
Dec 19, 2023
0ca9f24
Add more list tests
Dec 19, 2023
fc63d28
Add ARIA table tests
Dec 20, 2023
ce5868e
Add grid and treegrid tests
Dec 20, 2023
11eeecb
Fix markup error with table test
Dec 20, 2023
374c9db
Add aria-label to form test to ensure it's provided accname
Dec 20, 2023
aa7688b
Add accname section and initial tests
Dec 20, 2023
d9de7a6
Add more accname tests
Dec 20, 2023
dcfd400
Fix typos
Dec 20, 2023
620b211
Add spec being tested
Dec 20, 2023
28c6c30
Pare down testing notes
Jan 12, 2024
475c329
Fix spacing for 'display: contents' references
Jan 12, 2024
69d222e
Update selector references for verifyRolesBySelector(), 'ex'-'>ex-role'
Jan 12, 2024
1808f7b
Ensure applicable tests test both role/label
Jan 12, 2024
d75f001
Update display: flex <th> test expected role
Jan 12, 2024
e0e2645
Test name consistency around 'display' references
Jan 12, 2024
9907439
Add more display: flex tests with explicit table/grid roles
Jan 12, 2024
cfad82d
Add explicit role=list list tests
Jan 12, 2024
7c58c72
Add explicit role=table to table test
Jan 12, 2024
ce29a7f
Remove a 'div with cell role' table test
Jan 12, 2024
6f94842
Update role=grid gridcell test
Jan 12, 2024
1c94eeb
Add role=grid test with tabindex=0
Jan 12, 2024
7d60ade
Create css/css-display/accessibility and rename role/label test
Jan 21, 2024
47860af
Create css/css-display/focus and display-contents-focus.html
Jan 21, 2024
68e8489
Update comments for display-contents-focus.html
Jan 21, 2024
ef45c63
Remove unneeded aria-utils reference for display-contents-focus.html
Jan 21, 2024
c81d58e
More clean-up for display-contents-focus.html
Jan 21, 2024
65a0be3
Add verifyRoleAndLabelBySelector() to aria-utils.js, update display-c…
Jan 21, 2024
e8b046e
Remove empty line in aria-utils.js
Jan 21, 2024
08f76c0
Minor JS fix for undefined equality in verify...() functions
Jan 21, 2024
5cb99fb
List tests cleanup (ensuring list semantics), removal of definition l…
Jan 21, 2024
fb97fe9
More list tests cleanup
Jan 21, 2024
addc49c
Code formatting cleanup
Jan 21, 2024
516c0e3
Cleanup code formatting for aria-utils.js
Jan 21, 2024
67ac20a
Update documentation for verifyRoleAndLabelBySelector() method
Jan 21, 2024
d4e9f45
Update verifyRoleandLabel...() method to avoid selector conflict, upd…
Jan 21, 2024
b61769e
Various fixes per @cookiecrook related to spacing/formatting, ensurin…
rahimabdi Jan 24, 2024
0e090e1
Add accname and role/label test for landmark tests
Jan 24, 2024
e9a79c5
More landmark test updates
Jan 24, 2024
b98d727
Update function name: verifyRoleAndLabelBySelector -> verifyRolesAndL…
Jan 30, 2024
eb6f5e6
Flesh out role=grid, tabindex=0 test
Jan 30, 2024
e112517
Refactor focus tests to use generic test() rather than promise
Jan 30, 2024
2e5489f
Remove extra line breaks in function verifyRolesAndLabels..()
Jan 30, 2024
610f48d
Update documentation for verifyRolesandLabels..()
Jan 30, 2024
6d3e64f
Fix verifyRolesAndLabels..() in <script> block for display-contents-r…
Jan 30, 2024
49707e0
Update test description for such tests in display-contents-focus.html
Jan 30, 2024
fadd813
Update verifyElementsAreFocusable() function name
Jan 30, 2024
829393f
Minor documentation fix for description list
Jan 30, 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
Loading