-
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 accname history #2183
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 accname history
- remove extraneous files
- adjust links to aria-common
In the "Name and Description Change Events" section, for the example of a media play/pause button: changed the terminology from a toggle button to a plain button.
Moved note re unlabelled img from http://w3c.github.io/aria/accname-aam/accname-aam.html#mapping_additiona l_nd_name to HTML-AAM at http://rawgit.com/w3c/aria/master/html-aam/html-aam.html#img-element
Since the style for editor's notes now automtically injects the text "Editor's Note", removed the redundant explicit content. Also, removed special case of unlabelled img and associated editor's notes from accnanme-aam as that text is now in the html-aam.
Removed editor's note just before Example 2 regarding its use of HTML.
Replaced usage of @title for such references.
Removed MSAA+UIA Express columns from mapping tables.
Expanded condition of step 2F (name-from-subtree) to include aria-labelledby, aria=describedby, and native text alternative elements.
Modified @data-oninclude for the glossary section to no longer call fixIncludes(), but to call restrictReferences().
- Removed link to note about difference between ATK and AT-SPI since the note text has been repurposed and is no longer a note. - Fixed some glossary references.
Merge Jason's issue-540 changes into master. Fixed conflicts: - Removed link to note about difference between ATK and AT-SPI since the note text has been repurposed and is no longer a note. - Fixed some glossary references.
Modified URLs that pointed to the old PF Group tracker items to now reference the public ARIA tracker items.
Modified 'accessible description' entry in the name and description mapping table with respect to UIA (accname-aam). Added change log entries (core-aam and accname-aam).
# Conflicts: # practices/aria-practices.html
Also, modified URIs in respecConfig to use 'https'. - core-aam.html - accname-aam.html
Added cross-reference links to the ARIA spec where it lists roles that support name-from-author and/or name-from-contents.
Define what deprecated features mean for the mappings. In the process: * change the conformance section to a respec-recognized conformance section (with auto heading) * remove content that was redundant with respec-generated content * create subsections for the new info on depcrecation as well as for the additional explanation on RFC-2119 and normative/non-normative * allow references to "informative" definition via "non-normative" since that's what respec uses * remove manual normative / informative declarations in favor of respec feature Remove stray closing tag Repeat the core-aam changes in accname-aam for conformance Ref 3f0381b Reset format of intro to minimize changes in pull request But still replace the conformance section
…ria-describedby. - Step 2B: process aria-labelledby/aria-describedby only if the value has at least one valid IDREF. - Step 2C: process aria-label only if not the empty string, nor only white space. Some of the discussion was in the public-aria mailing list. The thread starts here: https://lists.w3.org/Archives/Public/public-aria/2017Jan/0078.html
…lement (#206) Co-authored-by: James Nurthen <jnurthen@users.noreply.github.com>
Co-authored-by: James Craig <cookiecrook@users.noreply.github.com>
…ine and block level elements, and embedded widgets. (#168) Co-authored-by: James Craig <jcraig@apple.com>
Co-authored-by: Valerie Young <spectranaut@igalia.com>
Co-authored-by: James Craig <cookiecrook@users.noreply.github.com> Co-authored-by: James Nurthen <jnurthen@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. |
I've added a missing closing pre and missing closing div to allow prettier to succeed. |
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.