Export AtkHyperlinkImpl and AtkHyperlink for link role.
On ATK accessibility model, embedded hyperlinks accessibility nodes should be exposed as ATK objects implementing AtkHyperlinkImpl interface. This interface should provide the get_hyperlink method that returns an AtkHyperlink object with the hyperlink URL and status. This implementation is equivalent to the one found in Firefox and in WebKitGTK: it will return always one anchor, that will point to the link embedding object. It does not implement the get_start_index and get_end_index yet. Bug: 783447 Change-Id: I72163b1cce18c7cc3c8f732d5eaa45987b86a420 Reviewed-on: https://chromium-review.googlesource.com/762316Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#516318}
Showing
Please register or sign in to comment