Matt King

Results 155 issues of Matt King

Since the launch of the redesigned APG in May 2022, the [landmark example pages](https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/#examples), e.g., [Main Landmark: ARIA Landmarks Example](https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/main.html), are the only remaining APG pages that do not implement...

enhancement
Example Page

In w3c/aria#2135, it was recommended that the APG practice page [Hiding Semantics with the presentation Role | APG | WAI | W3C](https://www.w3.org/WAI/ARIA/apg/practices/hiding-semantics/) include content that warns authors about the dangers...

The APG 1.0 draft included a design pattern for wizards. Should the APG 1.1 have a wizard design pattern? When working on this issue, there is some old content that...

question

Per discussion of [APG quality reports](https://www.w3.org/WAI/ARIA/apg/about/coverage-and-quality/#codequality) in the [June 4, 2024 meeting](https://www.w3.org/2024/06/04-aria-apg-minutes.html#t02), * Some information is not directly related to required APG coding practices. * It is not clear which...

enhancement
Example Page
Infrastructure

# Describe the change The [aria-multiselectable property](https://w3c.github.io/aria/#aria-multiselectable) Does not mention that `aria-checked` can be used to represent selection. Revise the definition language or add a note to ensure readers understand...

editorial

In the status column of the test run tables in the new test queue, when no testers are assigned, the status string is: >In test queue with no testers assigned....

enhancement

The buttons that show/hide the test queue entry for a test plan version in the new test queue do not get announced as collapsed when the page loads. To reproduce:...

bug
accessibility

Resolve #3060 by: 1. Making recommended updates to the guide 2. Moving the guide page out of wiki to ... (TBD location) #### Preview links * [Preview option 1: Code...

Draft PR. Looking for volunteer to complete. Resolve #3070 #### Preview [Preview Experimental Example of Tabs with Action Buttons in compare branch](https://deploy-preview-338--aria-practices.netlify.app/aria/apg/patterns/tabs/examples/tabs-actions/) ___ [WAI Preview Link](https://deploy-preview-338--aria-practices.netlify.app/ARIA/apg) _(Last built on Fri,...

Replaces #1611. Currently, keyboard commands that require pressing multiple keys are written as `key1 + key2`. This changes the syntax to `key1 + key2`. To change kbd elements that contained...