You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
axe throws this error: "Certain ARIA roles must contain particular children" - stating that role=radiogroup is missing required children... even though they are present (but within a table). Interestingly, if role=radiogroup is changed to role=group... axe no longer throws the error.
Thanks Michael, yeah this shouldn't be failed. Unlike something like listitems in lists, radiobuttons do not need to be a direct child of the radiobutton group. What's why this is being failed.
axe throws this error: "Certain ARIA roles must contain particular children" - stating that role=radiogroup is missing required children... even though they are present (but within a table). Interestingly, if role=radiogroup is changed to role=group... axe no longer throws the error.
I believe this may be a false positive.
Here is an example: https://codepen.io/mfairchild365/full/PoRPMqY (please note that this table is intentionally silly... real world examples of this do exist).
Product: axe Extension
Expectation: axe does not throw the above-referenced error
Actual: axe throws the above-referenced error
Motivation: << Describe why you want the behavior to be changed >>
The text was updated successfully, but these errors were encountered: