NEW 268154
AX: [GTK] The accessible object with the document-web role should implement AtspiText
https://bugs.webkit.org/show_bug.cgi?id=268154
Summary AX: [GTK] The accessible object with the document-web role should implement A...
Joanmarie Diggs
Reported 2024-01-26 05:53:19 PST
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
Radar WebKit Bug Importer
Comment 1 2024-01-26 05:53:26 PST
Georges Basile Stavracas Neto
Comment 2 2024-02-22 09:55:35 PST
Note You need to log in before you can comment on or make changes to this bug.