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

ARIA IDL updates: convert eligible attributes to enumerated, new ARIA IDL guidance and examples #2413

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
aad9b21
Update common.css for state CSS rule (keyword), update aria-atomic ID…
Jan 24, 2025
85b6f35
Minor typo fix for aria-atomic IDL
Jan 24, 2025
0a41741
Update aria-autocomplete IDL
Jan 24, 2025
0d7c040
Update aria-busy IDL
Jan 24, 2025
bd3138a
aria-busy IDL updates
Feb 17, 2025
2b7243d
aria-checked IDL updates
Feb 17, 2025
fe1875e
Add enumerated value type for aria-checked
Feb 17, 2025
31e99c7
aria-current IDL updates
Feb 17, 2025
f74d5f9
aria-disabled IDL updates
Feb 17, 2025
22d6af2
aria-expanded IDL updates
Feb 17, 2025
88ca55e
aria-haspopup IDL updates
Feb 17, 2025
58332fd
aria-hidden IDL updates
Feb 17, 2025
9d27c54
Fix aria-hidden 'undefined' state
Feb 17, 2025
7796776
aria-invalid IDL updates
Feb 17, 2025
5aaf29b
aria-live IDL updates
Feb 17, 2025
7b8a97c
aria-modal IDL updates
Feb 17, 2025
bd504f7
aria-multiline IDL updates
Feb 17, 2025
1dafb68
aria-multiselectable IDL updates
Feb 17, 2025
e6f4a9a
aria-orientation IDL updates
Feb 17, 2025
ee86d41
aria-pressed IDL updates
Feb 17, 2025
c3a62a9
aria-readonly IDL updates
Feb 17, 2025
46794d3
add aria-readonly canonical keyword
Feb 17, 2025
c4de6cf
aria-required IDL updates
Feb 17, 2025
9eb97d1
aria-selected IDL updates
Feb 17, 2025
9c07517
aria-sort IDL updates
Feb 17, 2025
e2c1256
Update Section 12.A 'Mapping WAI-ARIA Value types to languages'
Feb 17, 2025
3883b65
Remove 12.A note on 'The suggested mappings for true/false values in …
Feb 17, 2025
2de68de
Update 'Indicates' definition to remove references to true/false, tru…
Feb 17, 2025
da118e9
Update section 6.2.4 'Value' to remove references to true/false, true…
Feb 17, 2025
860a2e6
Remove obsolete note in '6.3.4 ARIA nullable DOMString Attributes'
Feb 17, 2025
b954dee
Update ARIA IDL attribute types in '6.3.2 IDL reflection of ARIA attr…
Feb 17, 2025
21bfc5e
More updates to '6.3.2 IDL reflection of ARIA attributes' removing re…
Feb 17, 2025
9eedd0a
Undo previous change
Feb 17, 2025
dc94058
More updates to 6.3
Feb 17, 2025
8f660bd
More minor updates to 6.3
Feb 17, 2025
e9e0f97
Add note on IDL vs. content attributes
Feb 17, 2025
509091f
Update 'Example Attribute Usage'
Feb 17, 2025
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
4 changes: 2 additions & 2 deletions common/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ caption{
margin:1em 0 0.1em;
padding:0 0 0 0.3em;
}
table.role-features th, table.role-features td, table.state-features th, table.state-features td, table.property-features th, table.property-features td, table.value-descriptions th, table.value-descriptions td {
table.role-features th, table.role-features td, table.state-features th, table.state-features td, table.property-features th, table.property-features td, table.value-descriptions th, table.value-descriptions td, table.state-descriptions th, table.state-descriptions td {
min-width:20em;
}
table.role-features tbody th, table.state-features tbody th, table.property-features tbody th, table.value-descriptions tbody th {
table.role-features tbody th, table.state-features tbody th, table.property-features tbody th, table.value-descriptions tbody th, table.state-descriptions tbody th {
text-align: left !important;
}
th+th, td+td{
Expand Down
Loading
Loading