GoogleChrome / accessibility-developer-tools

This is a library of accessibility-related testing and utility code.
Apache License 2.0
2.27k stars 359 forks source link

AX_ARIA_12 triggered on `<img>` tag #339

Open macgyver opened 7 years ago

macgyver commented 7 years ago

This snippet triggers AX_ARIA_12

<img src="example.png" alt="" role="presentation">

It seems like an img tag is something with native semantics that is perfectly valid target for this role (in this case it's a purely decorational image and has no purpose or description)