aria icon indicating copy to clipboard operation
aria copied to clipboard

Radio Group should not have accessible name required: true

Open jnurthen opened this issue 8 years ago • 5 comments

While most radio groups do need an accessible name, there are some instances where the radio buttons themselves sufficiently describe their operation without requiring an accessible name on the radio group itself. HTML native radio groups do not require an associated fieldset/legend surrounding them so why should aria ones have this additional restriction.

jnurthen avatar Aug 29 '16 17:08 jnurthen

If ARIA 1.2 is still limited to HTML Role Parity, this issue is not in scope.

cookiecrook avatar Feb 14 '17 20:02 cookiecrook

This is another change that is nearly editorial except for the fact that it has authoring impacts. Changing this would not slow 1.2.

mcking65 avatar Feb 15 '17 07:02 mcking65

I'm having a hard time thinking of a good example where a radio group is better without a name. If someone comes up with one please add it and we will progress this bug - but until that time I'm going to park this with needsinfo.

jnurthen avatar Jan 11 '19 18:01 jnurthen

<div role=radiogroup>
<label><input type=radio name=f> I think radiogroups should always have a name</label>
<label><input type=radio name=f> I do not think radiogroups should always have a name</label>
</div>

per the current spec, it would be required to add a name. but the names of the radio groups make it pretty clear what the intent of the group is asking one to decide.

scottaohara avatar Apr 15 '24 16:04 scottaohara

Discussed on today's editors meeting https://www.w3.org/2024/04/15-aria-editors-minutes.html#t01

pkra avatar Apr 15 '24 16:04 pkra

Closing in favor of https://github.com/w3c/aria/issues/2180

pkra avatar May 13 '24 16:05 pkra