-
Notifications
You must be signed in to change notification settings - Fork 125
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
monorepo: add html-aam history #2186
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
pkra
commented
May 20, 2024
•
edited by spectranaut
Loading
edited by spectranaut
- add html-aam history
- remove extraneous files
- adjust links to aria-common
Update address mappings
Add current UIA mappings for meter thank you @melanierichards
Change the mapping from "No accessible object" to ROLE_SYSTEM_TEXT for MSAA and IA2_ROLE_TEXT_FRAME for IAccessible2.
Update mappings for sub and sup for IA2
Update UIA mappings for sub and sup elements. Thank you @melanierichards
closes #181 `value` is not a valid attribute for `input type=“image”` so it should be removed from the accessible name computation.
note that the `hidden` attribute only maps to `aria-hidden=true` as long as it continues to be `display: none` or `visibility: hidden`. otherwise it does not map.
Just a heads up that this repo is now moving to the new WebAppsWG. While this is happening over next few days, and folks are joining the new working group, any IPR bot might get upset if you try to merge any pull requests.
expand reporting of role mapping for ax
176 map and area updates
add `data-cite=“HTML”` on the `<a>` elements within the `th` so that the proper link gets rendered within the exposed details, but doesn’t create a link within the rendered `summary`
add link to list attribute mapping to help mitigate confusion like: w3c/html-aria#476
Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com>
Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
Co-authored-by: Valerie Young <spectranaut@gmail.com>
Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
Co-authored-by: Rahim Abdi <rahim_abdi@apple.com>
Co-authored-by: Scott O'Hara <scottaohara@users.noreply.github.com>
✅ Deploy Preview for ephemeral-daifuku-0dc7d7 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Adds: - .prettierignore: ignore ARIA spec index.html - .github/workflows/dependabot.yaml: check for updates - .github/workflows/prettier.yaml: run prettier on */index.html (except what is specified in .prettierignore)
✅ Deploy Preview for wai-aria ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.