Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Should the default role of fieldset be group? #1439

Closed
carmacleod opened this issue May 15, 2018 · 6 comments · Fixed by #1446
Closed

Should the default role of fieldset be group? #1439

carmacleod opened this issue May 15, 2018 · 6 comments · Fixed by #1446
Assignees

Comments

@carmacleod
Copy link
Contributor

The fieldset element spec says:

Allowed ARIA role attribute values:
group, none or presentation.

Should it instead say:

Allowed ARIA role attribute values:
group (default - do not set), none or presentation.

@scottaohara
Copy link
Member

scottaohara commented May 15, 2018

Thanks @carmacleod.

@scottaohara scottaohara added this to the HTML5.3 WD4 milestone May 15, 2018
@scottaohara scottaohara self-assigned this May 15, 2018
@prlbr
Copy link
Contributor

prlbr commented May 15, 2018

It doesn’t have a default ARIA role according to http://w3c.github.io/html-aria/#fieldset or https://w3c.github.io/html-aam/#el-fieldset either. Is this something that was missed or is there a good reason for this? Which document is actually normative for defining the implied role and – in case it’s not the main HTML spec – should the discussion be moved there?

@scottaohara scottaohara removed this from the HTML5.3 WD4 milestone May 15, 2018
@scottaohara
Copy link
Member

@prlbr HTML AAM is the spec to refer to for this. I had taken a quick look before and saw the mention of group for the fieldset there, but failed to notice in my multitasking there was no corresponding WAI ARIA.

I'll look into this some more, but it probably wouldn't hurt to ask directly there.

@carmacleod
Copy link
Contributor Author

My bad - this was already asked in fieldset default role should be group #95 and closed as "fieldset has no corresponding ARIA role in HTML AAM".

Looking a bit deeper, and if I understand the following ARIA Role Parity issue correctly: ROLE PARITY: Determine which of these mapped elements require a specific role, versus a generic role #697, it looks like ARIA will be adding a role for fieldset.

Anyhow, I'm closing this, and letting the powers that be decide on the default role for fieldset.

@scottaohara
Copy link
Member

Thank you @carmacleod

@scottaohara scottaohara reopened this May 19, 2018
@scottaohara
Copy link
Member

reopening issue per change to fieldset in html aam.

Thank you again for getting this started @carmacleod

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants