accessibility-developer-tools icon indicating copy to clipboard operation
accessibility-developer-tools copied to clipboard

AX_ARIA_12 triggered on `<img>` tag

Open macgyver opened this issue 8 years ago • 0 comments

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)

macgyver avatar Feb 17 '17 13:02 macgyver