ziolko / aria-devtools

Easily spot missing ARIA labels, misused ARIA roles, and incomplete keyboard support in your web applications.
https://chrome.google.com/webstore/detail/aria-devtools/dneemiigcbbgbdjlcdjjnianlikimpck?hl=en
MIT License
241 stars 8 forks source link

Support `<details>` and `<summary>` #36

Closed sidx1024 closed 8 months ago

sidx1024 commented 1 year ago

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details

ziolko commented 1 year ago

Hi @sidx1024,

Unfortunately at this point I don't have the capacity to add support for additional elements. Thank you for raising this issue though. I will definitely work on this once I get back to the project.

Cheers, Mateusz