Skip to content

New authoring requirement in ARIA: if a tab is active a corresponding tabpanel must be rendered #4754

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

Open
spectranaut opened this issue Apr 17, 2025 · 2 comments
Labels
feat New feature or enhancement ungroomed Ticket needs a maintainer to prioritize and label

Comments

@spectranaut
Copy link

spectranaut commented Apr 17, 2025

Product

axe-core

Feature Description

A new authors MUST to the ARIA spec: w3c/aria#2500

It is all in the name :)

For example, this should error:

<div role=tablist>
  <button role=tab aria-selected=false>foo</button>
  <button role=tab aria-selected=true>bar</button>
</div>

<article>
  bar content goes here
</article>
@spectranaut spectranaut added feat New feature or enhancement ungroomed Ticket needs a maintainer to prioritize and label labels Apr 17, 2025
@WilcoFiers
Copy link
Contributor

@spectranaut When are you expecting to see this in rec? There is a lot of stuff in ARIA 1.3 that hasn't gone through public review yet. I'm less concerned about adding exceptions and clarifications based on editor drafts, but adding new requirements before they've gone through public review is a little more difficult to argue.

@spectranaut
Copy link
Author

Good question @WilcoFiers . We are moving ARIA towards a living standard, but right now we are in between a versioned and living standard process. I just wrote you an email to suggest a time to meet to get your feedback on our procedural changes and how they effect axe core :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or enhancement ungroomed Ticket needs a maintainer to prioritize and label
Projects
None yet
Development

No branches or pull requests

2 participants