-
-
Notifications
You must be signed in to change notification settings - Fork 71
Checkboxes are not associated with their labels #1567
Copy link
Copy link
Labels
area: accessibilityBugs/changes that affect accessibility. Other areas may also apply.Bugs/changes that affect accessibility. Other areas may also apply.area: frontendChanges to front-end codeChanges to front-end codecomplexity: unassessedNeeds further developer investigation before complexity/feasibility can be determined.Needs further developer investigation before complexity/feasibility can be determined.priority: medium
Metadata
Metadata
Assignees
Labels
area: accessibilityBugs/changes that affect accessibility. Other areas may also apply.Bugs/changes that affect accessibility. Other areas may also apply.area: frontendChanges to front-end codeChanges to front-end codecomplexity: unassessedNeeds further developer investigation before complexity/feasibility can be determined.Needs further developer investigation before complexity/feasibility can be determined.priority: medium
Describe the bug
Checkboxes have nearby text to indicate what they are for, but this text is not associated so does not have the functionality of a label. As a result:
To Reproduce
Steps to reproduce the behavior:
The same appears to be the case for other checkboxes too.
Expected behavior
Every checkbox should have a label associated with it. See
<label>: The Label element on MDN.