ziolko / aria-devtools

Easily spot missing ARIA labels, misused ARIA roles, and incomplete keyboard support in your web applications.

Home Page:https://chrome.google.com/webstore/detail/aria-devtools/dneemiigcbbgbdjlcdjjnianlikimpck?hl=en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] What's the meaning of a thumbs down icon?

TheDutchCoder opened this issue · comments

I have the following login screen as an example:
image

And I'm wondering what the thumbs down icon means, as there's no hover title to tell me what it is, not can I click it to see more info.

Hi @TheDutchCoder,

The thumbs down/up icon represents the value of the aria-invalid attribute. I will add a tooltip soon to make it clear.

Does it properly show the valid/invalid state in your case?

Mateusz

Hi @ziolko ,

That makes perfect sense, thanks!
It does properly show, as far as I can tell yes.

If I'm not mistaken, an empty field will still evaluate to invalid if required, so I think it's all good.

Thanks!