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
385 stars 12 forks source link

Support the `log` role #19

Open pcorpet opened 3 years ago

pcorpet commented 3 years ago

See the description here https://developer.mozilla.org/en/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_log_role

on the website where I use it, I get an error message with ARIA DevTools image Unsupported role: log (tag: div)

ziolko commented 2 years ago

Hi @pcorpet, sorry for the late response.

I had to focus on other things recently but will take a look at this next week.

Mateusz