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

Allow 1.1 values for aria-haspopup in 1.0 pattern #1025

Closed
carmacleod opened this issue May 1, 2019 · 1 comment
Closed

Allow 1.1 values for aria-haspopup in 1.0 pattern #1025

carmacleod opened this issue May 1, 2019 · 1 comment
Assignees
Labels
wontfix Task force doesn't believe there is a need to make the requested change
Milestone

Comments

@carmacleod
Copy link
Contributor

The Combobox pattern says:

In a combobox implementing the ARIA 1.1 pattern:

  • If the combobox popup has a role other than listbox, the element with role combobox has aria-haspopup set to a value that corresponds to the popup type. That is, aria-haspopup is set to grid, tree, or dialog.

In a combobox implementing the ARIA 1.0 pattern:

  • the element with role combobox has a value for aria-haspopup of listbox. Note that elements with role combobox have an implicit aria-haspopup value of listbox.

This implies that a 1.0 combobox cannot have, for example, aria-haspopup="dialog", but the spec does not restrict the value of aria-haspopup for 1.0 comboboxes.

@mcking65
Copy link
Contributor

mcking65 commented Dec 9, 2019

Closing because this is no longer necessary; we changed combobox for APG 1.2 so it has only 1 pattern for combobox.

@mcking65 mcking65 closed this as completed Dec 9, 2019
@mcking65 mcking65 reopened this Dec 9, 2019
@mcking65 mcking65 closed this as completed Dec 9, 2019
@mcking65 mcking65 added the wontfix Task force doesn't believe there is a need to make the requested change label Dec 9, 2019
@mcking65 mcking65 modified the milestones: 1.2 Release 2, 1.2 Release 1 Dec 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix Task force doesn't believe there is a need to make the requested change
Projects
None yet
Development

No branches or pull requests

2 participants