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

Cross-browser testing of ARIA IDL reflection and accessibility values #149

Open
rahimabdi opened this issue Oct 15, 2024 · 1 comment
Open

Comments

@rahimabdi
Copy link

rahimabdi commented Oct 15, 2024

The ARIA WG is investigating enhancements to ARIA IDL via conversion of some attributes to be truly enumerated attributes (see w3c/aria#2281). Although currently blocked by testability, it would be valuable to verify ARIA content attribute value reflection in JavaScript for ensuring consistency across browsers and particularly, what is actually exposed by the a11y tree for content/IDL attributes.

One particular attribute (tracked in this bug) that is treated differently across browsers at present is aria-checked; aria-checked=“foo” on a role=“switch” element is exposed as “on” for macOS VoiceOver/Chrome but “off” for macOS VoiceOver/Safari. Ideally, the aria-checked content attribute should be conveyed as false via AT and its IDL attribute (ariaChecked) for invalid values.

@rahimabdi rahimabdi added the blocked by testability desirable, but not testable yet label Oct 15, 2024
@zcorpan zcorpan added 2025-investigation-candidate and removed blocked by testability desirable, but not testable yet labels Jan 7, 2025
@zcorpan
Copy link
Member

zcorpan commented Jan 7, 2025

This seems testable as-is with wpt infra.

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

No branches or pull requests

2 participants