Skip to content

Fallback table for required attribute values needs updating #1206

@carmacleod

Description

@carmacleod

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:

Metadata

Metadata

Assignees

Labels

has PRPR exists that will close this issue

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions