Bug 268154
Summary: | AX: [GTK] The accessible object with the document-web role should implement AtspiText | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joanmarie Diggs <jdiggs> |
Component: | Accessibility | Assignee: | Georges Basile Stavracas Neto <feaneron> |
Status: | NEW | ||
Severity: | Normal | CC: | andresg_22, cgarcia, sonny, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 270354 | ||
Bug Blocks: |
Joanmarie Diggs
Steps to reproduce:
1. Launch a version of minibrowser or an app where the accessibility tree is connected (e.g. evolution)
2. Use Accerciser to inspect the interfaces associated with the top-level document-web role
Expected results: The text interface would be implemented.
Actual results: The text interface is not implemented.
Notes:
* If you examine the same content in Gecko or Chromium, you should see that the text interface is implemented. The content consists of the immediate child nodes of the body element. Text nodes are exposed as content; elements as object-replacement chars.
* Bringing WebKitGtk into alignment with the other users is needed for Orca to be able to apply its generic web support to WebKitGtk content.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/121661121>
Georges Basile Stavracas Neto
Pull request: https://github.com/WebKit/WebKit/pull/24956