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

Fallback table for required attribute values needs updating #1206

Closed
6 tasks done
carmacleod opened this issue Feb 24, 2020 · 0 comments · Fixed by #1208
Closed
6 tasks done

Fallback table for required attribute values needs updating #1206

carmacleod opened this issue Feb 24, 2020 · 0 comments · Fixed by #1208
Assignees
Labels
has PR PR exists that will close this issue
Milestone

Comments

@carmacleod
Copy link
Contributor

carmacleod commented Feb 24, 2020

There are inconsistencies between the spec and the fallback table for missing required attributes.

Here are the items that need fixing in order to bring the fallback table in line with the spec:

  • Fallback table rows should be sorted alphabetically by role to be consistent with spec
  • Remove combobox aria-haspopup from fallback table (spec says it's supported, not required)
  • Add combobox aria-controls to fallback table with fallback value of "no mapping"
  • Remove menuitem aria-haspopup from fallback table (spec says it's supported, not required)
  • Remove scrollbar aria-orientation from fallback table (spec says it's supported, not required)
  • Remove spinbutton aria-valuemax, aria-valuemin and aria-valuenow from fallback table (spec says they're supported, not required)

These are covered in other issues/PRs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has PR PR exists that will close this issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants