Open shortwavesurfer2009 opened 1 year ago
In addition to alt text, all clickable elements which are not button
or a
, etc and are made clickable by just onClick listener need to have proper role also.
Example is the like icon/counter is clickable, but not a button
or doesn't have role="button"
.
This affects the accessibility software, and for me particularly, affects the usage of vimium extension.