-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
[Breaking] WAI-ARIA 1.3 update #557
base: main
Are you sure you want to change the base?
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Pull Request Test Coverage Report for Build 9805951235Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9805970558Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many parts of this seem additive, but unfortunately some parts seem breaking.
Update: I stand corrected, this is a combination of bugfixes, 1.3 breaking changes, and 1.3 additive changes. I would definitely consider this a major change as stands. |
Pull Request Test Coverage Report for Build 9821770687Details
💛 - Coveralls |
780c571
to
fc836ba
Compare
Pull Request Test Coverage Report for Build 10141401372Details
💛 - Coveralls |
fc836ba
to
3d5a508
Compare
3d5a508
to
e93c531
Compare
TODO: update existing role props with `aria-braillelabel`, `aria-brailleroledescription`, and `aria-description`
* Addition of `aria-braillelabel` * Addition of `aria-brailleroledescription` * Addition of `aria-description` * Fixes to some `prohibitedProps` and `nameFrom` fields
e93c531
to
9513647
Compare
Description
Fixes #556
Branch tracking the WAI-ARIA 1.3 Roles Model.
See https://www.w3.org/TR/wai-aria-1.3/#changelog for the 1.3 changelog.
Key Changes
none
to match rolepresentation
, update roledoc-pullquote
to match specification #551 (introduced in dpub-aria-1.1, aria-query currently using dpub-aria-1.0)none
to match rolepresentation
, update roledoc-pullquote
to match specification #551Let me know if the 1.2 relevant fixes should be extracted into a separate fix PR.