w3c/wai-tutorials

Missing Disclosure HTML element from aria practises docs

Felicia5 opened this issue · 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?

yatil commented

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