-
Notifications
You must be signed in to change notification settings - Fork 840
Closed
Labels
fixBug fixesBug fixesrulesIssue or false result from an axe-core ruleIssue or false result from an axe-core rule
Description
Expectation:
The ARIA spec allows aria-orientation on a radiogroup. aXe should allow this.
Actual:
aXe allows aria-orientation on all other allowed roles except for radiogroup
Motivation:
The ARIA spec allows aria-orientation on radiogroup. aXe should not give the message
ARIA attribute is not allowed: aria-orientation="vertical"
aXe should allow this attribute - while it doesn't often do anything useful on a radiogroup if not supported by a browser/AT combination it being there does no harm.
If aXe decides to not allow this attribute for some reason then the message should be clear about why and it should not state that it is not allowed (because it is allowed)
axe-core version: 3.5.1
Metadata
Metadata
Assignees
Labels
fixBug fixesBug fixesrulesIssue or false result from an axe-core ruleIssue or false result from an axe-core rule