aria-practices icon indicating copy to clipboard operation
aria-practices copied to clipboard

Checkbox Pattern: Revise to support HTML fieldset/legend method of group labeling

Open mcking65 opened this issue 8 years ago • 0 comments

The checkbox design pattern says:

If a set of checkboxes is presented as a logical group with a visible label, the checkboxes are included in an element with role group that has the property aria-labelledby set to the ID of the element containing the label.

This does not allow for using HTML fieldset/legend in lieu of an ARIA labeled group. Revise the pattern to accommodate the native HTML approach.

mcking65 avatar Feb 13 '18 05:02 mcking65