You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which ARIA roles serve as group names/descriptions for contained child elements? For some it seems to be clear (e.g. role=group), for others not (role=generic may not have a name, but a description).
Maybe this can be added in the specification. Or is this left to AT to decide for itself which parent names and descriptions are relevant?
The label of some elements serves as a group label of contained elements. E.g. <legend> in <fieldset> is the group label for all form elements inside. The question now is, which elements serve as group label (and if their description then also serves as group description)
sections do not get exposed as region landmarks if not named. If that were to change, that’d undo this purposeful restriction on the mapping so as to not expose an over abundance of region landmarks.
Which ARIA roles serve as group names/descriptions for contained child elements? For some it seems to be clear (e.g. role=group), for others not (role=generic may not have a name, but a description).
Maybe this can be added in the specification. Or is this left to AT to decide for itself which parent names and descriptions are relevant?
Currently the output is not consistent with screen readers, see: FreedomScientific/standards-support#612
The text was updated successfully, but these errors were encountered: