equalizedigital / accessibility-checker

GNU General Public License v2.0
15 stars 8 forks source link

Enahcement: Image inputs with alt text shouldn't flag for missing_form_label #696

Open pattonwebz opened 1 week ago

pattonwebz commented 1 week ago

This PR adds a check inside of the missing_form_label that will prevent an error being flagged for an input with type of 'image' if it has non-empty alt text. A screen reader will use the alt text even when there is no label.

Fixes: #610