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
In #1454, we are introducing a new "User Agents MUST statement":
"To determine whether an element is the accessibility child of a role, user agents MUST ignore any intervening elements with the role generic or none."
"To determine whether an element has a parent with the required role, user agents MUST ignore any elements with the role generic or none."
Right now, because the only way to test user agent must statements is to test what is exposed in the accessibility API, I'm struggling to come up with a good test case -- in CORE-AAM there is no logic that depends on whether or not an element has the correct accessibility child or parent.
In html, a table should not be considered a table if it doesn't have the appropriate accessibility children... but HTML-AAM just says to use the WAI-ARIA mappings: https://w3c.github.io/html-aam/#el-table
Maybe this is just a hole in the spec, and html table is a good test case, but am I missing a better ARIA test case?
The text was updated successfully, but these errors were encountered:
Hmm I didn't realized there was so much trouble with table already. I'm not sure we can write a test for this, it seems to me these new sections only require validator tests.
In #1454, we are introducing a new "User Agents MUST statement":
Right now, because the only way to test user agent must statements is to test what is exposed in the accessibility API, I'm struggling to come up with a good test case -- in CORE-AAM there is no logic that depends on whether or not an element has the correct accessibility child or parent.
In html, a table should not be considered a table if it doesn't have the appropriate accessibility children... but HTML-AAM just says to use the WAI-ARIA mappings: https://w3c.github.io/html-aam/#el-table
Maybe this is just a hole in the spec, and html table is a good test case, but am I missing a better ARIA test case?
The text was updated successfully, but these errors were encountered: