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
The specification says that required maps to aria-required. However, this is not always correct:
in HTML, required is only allowed on the single radio button, but not on the fieldset.
in ARIA aria-required is only allowed on radiogroup, but not on radiobutton
This should either be mentioned here. Alternatively, the ARIA or HTML specification should be modified to make required really equivalent to aria-required.
yes, the way that radio button groups are handled for their constraint validation is unique. but the mapping is accurate for the attribute. HTML already defines how this works, so I don't think HTML AAM needs to restate.
The specification says that required maps to aria-required. However, this is not always correct:
This should either be mentioned here. Alternatively, the ARIA or HTML specification should be modified to make required really equivalent to aria-required.
Related: whatwg/html#6868, w3c/wcag#1963 and w3c/aria#1512
The text was updated successfully, but these errors were encountered: