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

Aria attributes not covered in current IDL #10

Closed
Garbee opened this issue May 16, 2022 · 1 comment · Fixed by #18
Closed

Aria attributes not covered in current IDL #10

Garbee opened this issue May 16, 2022 · 1 comment · Fixed by #18

Comments

@Garbee
Copy link

Garbee commented May 16, 2022

Looking over the spec, I see two attributes not covered that should be, aria-expanded and aria-controls. The use-case of these is making buttons that trigger expandable content like showing truncated entries or popups.

On a wider point however, do the attributes listed in https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes at least provide enough coverage to get started with for a full spec IDL? Or is there some better place to go that lists out all the current aria attributes?

@nolanlawson
Copy link
Collaborator

It does seem like the spec should cover the full list of aria-* attributes, including those that make ID references. The missing ones I see are:

  • aria-activedescendant
  • aria-controls
  • aria-describedby
  • aria-details
  • aria-errormessage
  • aria-flowto
  • aria-labelledby
  • aria-describedby (mentioned in part of the spec but missing in another part)
  • aria-owns

(There may be others; I didn't do an exhaustive search.)

AIUI, there is no technical limitation to support aria-*; it's just a matter of capturing them all in the proposal.

As mentioned in #13, we may also want to consider for and role.

nolanlawson added a commit to nolanlawson/cross-root-aria-delegation that referenced this issue Aug 11, 2022
leobalter pushed a commit that referenced this issue Sep 13, 2022
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 a pull request may close this issue.

2 participants