-
Notifications
You must be signed in to change notification settings - Fork 878
Open
Labels
false negativerulesIssue or false result from an axe-core ruleIssue or false result from an axe-core rulesupport
Milestone
Description
The following code is passing the aria-required-children rule. I'm not sure whether it should, we should do some testing here. I expect assistive tech aren't going to allow proper keyboard navigation without a row / gridcell role on that last div. We'll see.
The reason this was raised is if you put tabindex="0" on that last div, it now gets reported as a failure. That's an inconsistency that's difficult to explain.
<div role="grid">
<div role="row">
<div role="gridcell">name</div>
<div role="gridcell">e-mail</div>
</div>
<div>You have no data</div>
</div>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
false negativerulesIssue or false result from an axe-core ruleIssue or false result from an axe-core rulesupport