w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 49 forks source link

footer & text input missing a few words after "...applicable to the allowed" #207

Closed carmacleod closed 3 years ago

carmacleod commented 4 years ago

The following sentence is used in the rules table for global & applicable attributes:

Global aria- attributes and any aria- attributes applicable to the allowed roles and implied role (if any).

For footer, this sentence is missing " roles and implied role (if any)":

Global aria- attributes and any aria- attributes applicable to the allowed.

Also, for input type=text this sentence is missing " and implied role (if any)":

Global aria- attributes and any aria- attributes applicable to the allowed roles.

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... :)

carmacleod commented 4 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.

scottaohara commented 4 years ago

@stevefaulkner, i like @carmacleod's suggestion of

Global aria- attributes and any aria- attributes applicable to the allowed roles.

that sound ok to you?