Skip to content

Table headers - No ARIA tables and TF feedback #1971

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

Draft
wants to merge 32 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e8b989a
Changing the appliccability and expectation (focus on HTML tables only)
ajanec01 Nov 15, 2022
32190c0
Minor editorial changes to the assumptions
ajanec01 Nov 15, 2022
58fa4f2
Providing more descriptive a11y support version (headers attribute is…
ajanec01 Nov 15, 2022
a9a8ec6
Adding information to background
ajanec01 Nov 15, 2022
166c316
Edits PE1 to ensure the table is exposed
ajanec01 Nov 15, 2022
2dcf3eb
Removes passed and failed examples with divs and ARIA roles
ajanec01 Nov 15, 2022
48f2c07
Updates PE3 with table element and ARIA
ajanec01 Nov 15, 2022
23e6736
Editing passed and failed example descriptions (headers sis assigned …
ajanec01 Nov 16, 2022
ea094b2
Adding note to applicability about having at least one non-empty td e…
ajanec01 Nov 16, 2022
13c6ed2
Changing inapplicable examples to align with the new applicability se…
ajanec01 Nov 16, 2022
55179d3
Adding inaplicable example with empty th elements
ajanec01 Nov 16, 2022
0c3519c
Changing title and desription to include the 'non-empty' phrase
ajanec01 Nov 16, 2022
8ae3826
Fixing spelling errors and removing unused links
ajanec01 Nov 16, 2022
c0daf0e
Adding AJ as co-author
ajanec01 Nov 16, 2022
ad0f1ed
adding styles to FE1 to address kengdoj feedback
ajanec01 Nov 17, 2022
fcb6b5b
Editing 'at least one non-empty td' part in Applicability
ajanec01 Nov 29, 2022
0e3a7b4
Editing applicability (adding sublist for table)
ajanec01 Nov 30, 2022
705a283
Fixing typo (follow in applicability)
ajanec01 Nov 30, 2022
f9696c9
aligning content as sublist (applicability)
ajanec01 Nov 30, 2022
255f74b
Fixes list formatting (applicability)
ajanec01 Nov 30, 2022
89be9c4
Changes inclusive descendant to descendant (applicability)
ajanec01 Nov 30, 2022
d70546d
Ads definitions of content model and child
ajanec01 Nov 30, 2022
6e4549d
refactoring the applicability
ajanec01 Nov 30, 2022
e6e2a03
Fixes spelling and adds rowIndex to spelling-ignore
ajanec01 Nov 30, 2022
1d201c8
Fixes rowIndex definition issues
ajanec01 Nov 30, 2022
d0f0ab8
Revisits inapplicable examples
ajanec01 Nov 30, 2022
1a8e082
Adding JYM to co-authors
ajanec01 Dec 11, 2022
b93861a
defines non-empty and implements in examples
ajanec01 Jan 15, 2023
c3d97a7
Removes assumption that contradicts applicability
ajanec01 Jan 15, 2023
10956cb
removes presentation role conflict resolution as per Jym comment
ajanec01 Feb 12, 2023
6cf870c
updates to aria 1.2. as per Carlos's comment
ajanec01 Feb 12, 2023
b4c044c
Update _rules/table-header-cell-has-assigned-cells-d0f69e.md
ajanec01 Feb 12, 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
2 changes: 2 additions & 0 deletions __tests__/spelling-ignore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@
- isComposing
- x1
- y1
- rowIndex
- textContent

# DOM Events
- auxclick
Expand Down
Loading