Forms Module - Intentional Issues
This page contains form inputs without labels, missing fieldsets, and poor required indicators.
Missing Label
Input without any associated label.
Label Title Only
Input that relies solely on the title attribute for its accessible name.
Label Content Name Mismatch
Button text does not match the aria-label.
Select Missing Name
Select dropdown without a label.
Input Button Missing Name
Input of type button without a value or label.
Multiple Labels
Input with multiple labels pointing to it.
Radiogroup Missing Fieldset
Radio buttons grouped logically but not grouped in a fieldset semantically.
RedBlue