Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
AX: [ATK] ARIA form role should be mapped to ATK_ROLE_LANDMARK; not A…
…TK_ROLE_FORM https://bugs.webkit.org/show_bug.cgi?id=178137 Reviewed by Chris Fleizach. Source/WebCore: Expose the ARIA form role as ATK_ROLE_LANDMARK; continue to expose the HTML form element as ATK_ROLE_FORM. No new tests needed due to existing coverage. Update expectations for roles-exposed.html. * accessibility/atk/WebKitAccessibleWrapperAtk.cpp: (atkRole): Tools: Add handling for ATK_ROLE_LANDMARK resulting from the ARIA form role. * WebKitTestRunner/InjectedBundle/atk/AccessibilityUIElementAtk.cpp: LayoutTests: * platform/gtk/accessibility/roles-exposed-expected.txt: Updated expectations. Canonical link: https://commits.webkit.org/194388@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223145 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
6 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -647,7 +647,7 @@ div[role=figure] | ||
AXRole: AXGroup | ||
|
||
div[role=form] | ||
AXRole: AXForm | ||
AXRole: AXLandmarkForm | ||
|
||
div[role=grid] | ||
AXRole: AXTable | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters