For publication / deploy on Thursday September 12, 2024 #350
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.
Hello @shawna-slh and @remibetin. We would like to deploy a new version of the APG. This was approved during this week's APG meeting with @mcking65 & @daniel-montalvo.
The update includes the following, sourced from w3c/aria-practices 2024-09-10 Publication Pull Requests Milestones, pushed to w3c/aria-practices
main
branch:Sortable Table Example: Separate off-screen portion of caption with parenthesis instead of comma (pull #3072)
By Ariella Gilmore on Aug 27, 2024
Fixes #3066
Puts off-screen text in parenthesis instead of following a comma.
Co-authored-by: Matt King
Co-authored-by: Adam Page
View commit 916fd65
Add experimental example of tabs with action buttons to demonstrate aria-actions (pull #3071)
By Matt King on Sep 12, 2024
Resolves issue #3070.
Adds a tabs example that is functionally equivalent to the tabs with manual activation example except that it also includes an actions button for each tab. Each tab element includes the
aria-actions
attribute referencing its associated actions button.Co-authored-by: Adam Page
View commit fdbb7fc
Modal Dialog example: Correct JSDoc warning (pull #3083)
By Nick Schonning on Sep 12, 2024
View commit f877113
All Pages: Use multiple kbd elements for commands with multiple keys (pull #3093)
By Matt King on Sep 12, 2024
The
kbd
element was not being used correctly. When a single keyboard command required multiple keys, the markup had multiple keys inside a singlekbd
element, e.g.,<kbd>Shift + Tab</kbd>
instead of the correct syntax, which is<kbd>Shift</kbd> + <kbd>Tab</kbd>
This commit fixes that. It:
View commit b606e34