w3c / html-aam

HTML Accessibility API Mappings - new spec updates should be made in https://github.com/w3c/aria/tree/main/html-aam
https://w3c.github.io/html-aam/
Other
100 stars 27 forks source link

switch attribute for checkbox inputs #510

Closed scottaohara closed 1 month ago

scottaohara commented 11 months ago

closes #496 if this feature goes through.


:boom: Error: 500 Internal Server Error :boom:

PR Preview failed to build. (Last tried on Oct 18, 2023, 12:44 PM UTC).

More PR Preview relies on a number of web services to run. There seems to be an issue with the following one: :rotating_light: [Spec Generator](https://www.w3.org/2015/labs/) - Spec Generator is the web service used to build specs that rely on ReSpec. :link: [Related URL](https://labs.w3.org/spec-generator/?type=respec&url=https%3A%2F%2Fraw.githubusercontent.com%2Fw3c%2Fhtml-aam%2F326ce09e264057f4e560e17efaa2a725c5f40cf2%2Findex.html%3FisPreview%3Dtrue) ``` 😭 Sorry, there was an error generating the HTML. Please report this issue! Specification: http://labs.w3.org/spec-generator/uploads/FD9Dh7/index.html?isPreview=true%3FisPreview%3Dtrue&publishDate=2023-10-18 ReSpec version: 34.2.0 File a bug: https://github.com/w3c/respec/ Error: undefined ``` _If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please [file an issue](https://github.com/tobie/pr-preview/issues/new?title=Error%20not%20surfaced%20properly&body=See%20w3c/html-aam%23510.)._
scottaohara commented 7 months ago

logged this bug today per the current webkit implementation that uses pseudo content to derive a name for the switch when it is not labelled - https://bugs.webkit.org/show_bug.cgi?id=270377

i'm going to wait for response on that before i make any other updates to this PR. But, definitely not a useful name with the current implementation.

related ARIA issue where maybe the custom state presented as pseudo content could be exposed in a different/better way - https://github.com/w3c/aria/issues/2085#issuecomment-1973438719

rahimabdi commented 1 month ago

Closing, this PR has been migrated to the ARIA monorepo: