w3c / aria-practices

WAI-ARIA Authoring Practices Guide (APG)
https://www.w3.org/wai/aria/apg/
Other
1.21k stars 337 forks source link

Accordion Example disabled heading focus behavior #974

Open mrcsmcln opened 5 years ago

mrcsmcln commented 5 years ago

Should tabbing/using arrow keys skip over disabled headings? The example uses aria-disabled instead of the disabled attribute for the button, though it appears to me the two accomplish the same goal. I imagine for illustrative purposes, the former was used. Nevertheless, using the disabled attribute disallows focusing, so I'm wondering if the example should be updated for consistency?

mcking65 commented 2 years ago

We will discuss this when finalizing pr #1834