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
menuitem is orphaned, not in a menu, so this test likely asserts a shared browser bug. (WK issue is possibly 130364). Suggestion: ("<main>foo</main>", "main", "main"),
searchbox appears correct.
presentation asserts a synonym of none which is not specified (discussed in Core-AAM 166) and results differ between browsers. This test could change to something less ambiguous like button… Suggestion: ("<img role=button tabindex=0>", "img", "button")])
The text was updated successfully, but these errors were encountered:
Resolves#39118
Changes the WebDriver tests for computedrole to avoid some invalid tests. Note: The removed validation test are either already tests in /html-aam or /wai-aria, or are on the list to be written soon, so this should keep the WebDriver tests reliable without churn from unrelated accessibility changes.
Reviewed by juliandescottes and jcsteh.
Some role assertions in webdriver/tests/get_computed_role/get.py seem incorrect.
menuitem
is orphaned, not in a menu, so this test likely asserts a shared browser bug. (WK issue is possibly 130364). Suggestion:("<main>foo</main>", "main", "main"),
searchbox
appears correct.presentation
asserts a synonym ofnone
which is not specified (discussed in Core-AAM 166) and results differ between browsers. This test could change to something less ambiguous likebutton
… Suggestion:("<img role=button tabindex=0>", "img", "button")])
The text was updated successfully, but these errors were encountered: