Classifier: Use explicit labelling for workflow tasks #5737
Labels
accessibility
Improving the experience for users of assistive technologies
bug
Something isn't working
Package
Choose from the list:
Describe the bug
When form inputs are labelled in workflow tasks, they tend to use implicit labelling, where the label wraps its associated input. Implicit labels aren't well supported by assistive technology and explicit labels are preferred, where the
for
attribute is used to link a label to its input.To Reproduce
Inspect the label for a task input and check whether it uses the
for
attribute.Expected behavior
Accessible form inputs should use explicit labels, with
for
attributes.The text was updated successfully, but these errors were encountered: