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
ARIA 1.2 introduces the following imperative in the role row definition: Authors MUST NOT apply aria-expanded, aria-posinset, aria-setsize, and aria-level to a row that descends from a table or grid.
Replication of error:
If you run the AXE cli (axe-core 4.3.2 in chrome-headless with --tags cat.aria) on an HTML with the following HTML you will see no errors.
Product: cli
Motivation:
ARIA 1.2 introduces the following imperative in the role row definition:
Authors MUST NOT apply aria-expanded, aria-posinset, aria-setsize, and aria-level to a row that descends from a table or grid.
Replication of error:
If you run the AXE cli (axe-core 4.3.2 in chrome-headless with
--tags cat.aria
) on an HTML with the following HTML you will see no errors.Expectation:
You should see errors for every element with
role="row"
because each row has an attribute which is not permitted by the ARIA 1.2 spec.The text was updated successfully, but these errors were encountered: