GoogleChrome / accessibility-developer-tools

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

Fix computation of input[type="image"] text properties (fix #279) #307

Open takenspc opened 8 years ago

takenspc commented 8 years ago

label elements are not used in name computation of input[type="image"]. Instead, alt attribute is used. https://w3c.github.io/html-aam/#input-type-image