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
5.7.1 Other Form Elements Accessible Name Computation
If the control has an aria-label or an aria-labelledby attribute the accessible name is to be calculated using the algorithm defined in Accessible Name and Description: Computation and API Mappings 1.1.
Otherwise use label element.
The earlier section on input says
Otherwise use the associated label element(s) accessible name(s) - if more than one label is associated; concatenate by DOM order, delimited by spaces.
This wording should be used for "other form elements" as well.
The text was updated successfully, but these errors were encountered:
The earlier section on
input
saysThis wording should be used for "other form elements" as well.
The text was updated successfully, but these errors were encountered: