Closed carmacleod closed 3 years ago
Also, input type=radio says:
Global aria- attributes and any aria- attributes applicable to the menuitemradio role.
Which is missing "attributes applicable to radio role".
So this sentence should either be:
Global aria- attributes and any aria- attributes applicable to the radio or menuitemradio role.
or it should be:
Global aria- attributes and any aria- attributes applicable to the allowed roles and implied role (if any).
or (personal choice, given my Aside question, above) it should simply be:
Global aria- attributes and any aria- attributes applicable to the allowed roles.
@stevefaulkner, i like @carmacleod's suggestion of
Global aria- attributes and any aria- attributes applicable to the allowed roles.
that sound ok to you?
The following sentence is used in the rules table for global & applicable attributes:
For footer, this sentence is missing " roles and implied role (if any)":
Also, for input type=text this sentence is missing " and implied role (if any)":
Aside: Personally, I would just delete " and implied role (if any)" from all the places, because isn't the implied role (if any) also an allowed role?
Edit: I can provide a PR if my Aside question is answered... :)