Duplicate
Details
Assignee
UnassignedUnassignedReporter
Kaye MaoKaye MaoComponents
Fix versions
Affects versions
Priority
Trivial
Details
Details
Assignee
Unassigned
UnassignedReporter
Kaye Mao
Kaye MaoComponents
Fix versions
Affects versions
Priority
Created June 9, 2015 at 6:03 PM
Updated June 26, 2015 at 2:08 PM
Resolved June 26, 2015 at 2:08 PM
Use <fieldset> to group related inputs, such as a slider and its text input equivalent, and provide a caption for it with <legend> to describe the group.
explain the relationship between the slider and the text input by adding aria-controls to the slider and setting it to be the id of the input it controls. E.g. text size slider, slider to text input