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

For publication / deploy on Thursday September 12, 2024 #350

Merged
merged 4 commits into from
Sep 12, 2024
Merged

Conversation

howard-e
Copy link
Contributor

@howard-e howard-e commented Sep 12, 2024

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 single kbd 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:

  • Change kbd elements that include 2 keys into 2 kbd elements.
  • Change kbd elements with 3 keys into 3 kbd elements.

View commit b606e34

Copy link

netlify bot commented Sep 12, 2024

Deploy Preview for aria-practices ready!

Name Link
🔨 Latest commit 8053d59
🔍 Latest deploy log https://app.netlify.com/sites/aria-practices/deploys/66e30aff89bc710008826729
😎 Deploy Preview https://deploy-preview-350--aria-practices.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@remibetin remibetin merged commit 2ca811b into publication Sep 12, 2024
4 checks passed
@howard-e
Copy link
Contributor Author

Thanks @remibetin and @shawna-slh! cc @mcking65 @a11ydoer

@remibetin
Copy link
Member

@howard-e @daniel-montalvo Published: please QA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants