w3c / wai-aria-practices

WAI Website Resource for aria-practices guidelines
https://aria-practices.netlify.app/aria/apg/
15 stars 14 forks source link

For publication / deploy on Tuesday August 1, 2023 #244

Closed howard-e closed 11 months ago

howard-e commented 11 months ago

Hi @shawna-slh. We would like to deploy a new version of the APG website. This was approved during last week's APG meeting and requested in a recent email thread with @mcking65.

The update includes the following, as sourced from Status of Site Updates > Changes currently queued for next publication:

Skipto menu on all pages: Update skipto.js script to version 5.1.6 (pull #2680)

By jongund on Jun 25, 2023

[View commit b2718f4](https://github.com/w3c/aria-practices/commit/b2718f456c00d9ca04a508270aacb7a6c3521b69


Checkbox Example (Mixed-State): Toggle on keyup to prevent continuous toggling (pull #2722)

By sivakusayan on Jun 25, 2023

Modified JavaScript for Checkbox Example (Mixed-State) so that the state of the checkbox does not change until key up. This change prevents continuous toggling if the user holds down the space key.

This is the same change that was made for Checkbox Example (Two State) in pull request #2518.

This commit fully resolves issue #2425.

View commit 049893e


Example Pages: Change Javascript to JavaScript in h2 elements (pull #2724)

By mcking65 on Jun 19, 2023

Simply fixes a case error where "JavaScript" was written as "Javascript" in an H2 heading on example pages.

View commit 3952625


Feed Example: Convert images to inline SVG (pull #2729)

By frozenzia on Jul 24, 2023

Changes the images used for star ratings of restaurants in the feed example to inline SVG. Because the build process that converts to Jekyll for the production site separates images into a separate path, the links to the dynamically loaded image assets were being broken by the build process. With this change, the JavaScript is no longer dependent on paths to image files.

View commit 1d85d95


Combobox Pattern: Simplify wording of description in "About This Pattern" section (pull #2733)

By mcking65 on Jul 10, 2023

On the combobox pattern page, in the "About This Pattern" section, revises the first two paragraphs of the description of a combobox.

View commit e716cc2


Add AT Support tables for modal dialog, 1 slider, and navigation menu button (pull #2736)

By mcking65 on Jul 24, 2023

Modifies 3 example pages:

View commit 548d8f6


Reposition AT support tables higher on the page (pull #2737)

By mcking65 on Jul 24, 2023

Moves AT support tables from after the source code sections to before the source code sections.

View commit b3777ac


Landmark Example Pages: remove background colours that cause color contrast failures (pull #2738)

By jnurthen on Jul 24, 2023

Resolves #2384

View commit 7723165


Switch Example Using HTML Checkbox: Fix editorial error in accessibility features documentation (pull #2750)

By Camwyn on Jul 24, 2023

Inaccurate text: When an element loses focus, its border changes from two pixels to two and padding is increased by two pixels.

Corrected text: When an element loses focus, its border changes from two pixels to zero and padding is increased by two pixels.

View commit d6cf9d8

netlify[bot] commented 11 months ago

Deploy Preview for aria-practices ready!

Name Link
Latest commit 6c0eb0e1d171315525e9e31637f1d55fde73eca0
Latest deploy log https://app.netlify.com/sites/aria-practices/deploys/64c7b3ad6b34ee000821ea35
Deploy Preview https://deploy-preview-244--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.

shawna-slh commented 11 months ago

Thank you very much for the clear information. I will publish/deploy Tuesday and will indicate here when it is ready for QA check.

shawna-slh commented 11 months ago

Deployed. Ready for QA. @howard-e @mcking65 @a11ydoer

howard-e commented 11 months ago

Deployed. Ready for QA

Thanks!

a11ydoer commented 11 months ago

@mcking65 I confirmed the successful updates of below PRs in the production site. - PR 2378, PR2737, PR 2736, PR 2733. In particular, Combobox Pattern PR greatly enhanced the readability and understandability.

mcking65 commented 11 months ago

Thank you @howard-e, @shawna-slh, and @a11ydoer.

I have also verified all the non-visual changes to content and functional fixes to examples. All looks good in production.