Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove allowance of group in lists #1053

Merged
merged 3 commits into from
Oct 12, 2019
Merged

remove allowance of group in lists #1053

merged 3 commits into from
Oct 12, 2019

Conversation

scottaohara
Copy link
Member

@scottaohara scottaohara commented Sep 11, 2019

fixes #1011

  • removes allowance of group within list.
  • changes notes and examples that referred to list and groups containing listitems to instead reference listbox and groups containing options, as that is a similar, allowed pattern.

changes affect content of:

I created a test page to quickly log current browser w/screen reader behavior. At best, a named group would be announced by some screen reader/browser combos. On the other end, groups within lists made VO with Safari ignore the lists semantics all together.


Preview | Diff

* removes allowance of `group` within `list`
* changes notes and examples that referred to `list` and `group`s containing `listitem`s to instead reference `listbox` and `group`s containing `option`s, as that is a similar, allowed pattern.

changes affect content of:
* Required Owned Elements
* group role
* list role
* listitem role
Copy link
Member

@jnurthen jnurthen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@mcking65 mcking65 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only 1 change to make. Otherwise looks great. Thoroughly searched the spec for other potential places needing revision and found none.

index.html Outdated Show resolved Hide resolved
@jnurthen jnurthen merged commit 6166d99 into master Oct 12, 2019
jnurthen pushed a commit that referenced this pull request Oct 12, 2019
@scottaohara scottaohara deleted the so_1011 branch October 12, 2019 16:38
carmacleod pushed a commit that referenced this pull request May 7, 2020
* removes allowance of `group` within `list`
* changes notes and examples that referred to `list` and `group`s containing `listitem`s to instead reference `listbox` and `group`s containing `option`s, as that is a similar, allowed pattern.

changes affect content of:
* Required Owned Elements
* group role
* list role
* listitem role

* remove reference to groups in directories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of group within list is unclear
3 participants