wai-tutorials icon indicating copy to clipboard operation
wai-tutorials copied to clipboard

Missing Disclosure HTML element from aria practises docs

Open Felicia5 opened this issue 4 years ago • 1 comments

< dl > < dt > < dd > HTML elements are designed for list of hide/show elements.

https://www.w3.org/TR/wai-aria-practices-1.1/examples/disclosure/disclosure-faq.html or https://www.w3.org/TR/wai-aria-practices-1.2/examples/disclosure/disclosure-faq.html

The above website doesn't mention what MDN does: MDN specify < details > < summary > for single term disclosure widget. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details

I have tested < details > < summary > on MacBook Pro with VoiceOver on Chrome web browser. It works.

Why is it not included in aria practises documentation?

Felicia5 avatar Jul 24 '20 10:07 Felicia5

Hi @Felicia5, this is the repository for the accessibility tutorials. You might want to ask that question over at the aria-practices repository: https://github.com/w3c/aria-practices/issues

yatil avatar Aug 09 '20 14:08 yatil