RESOLVED FIXED 13739
Produce list of links on a webpage
https://bugs.webkit.org/show_bug.cgi?id=13739
Summary Produce list of links on a webpage
Nicholas Shanks
Reported 2007-05-15 16:21:35 PDT
The two most popular Windows screen readers produce a list of all hyperlinks on a webpage, which WebKit should also produce for VoiceOver users. (MacIE has this feature too, but as a sidebar and without voice integration)
Attachments
Benjamin Hawkes-Lewis
Comment 1 2007-11-04 02:44:55 PST
If you have VoiceOver on, open a webpage, and press Control-Option-U you get a list of hyperlinks. Is this not the same as what you're talking about?
Greg Kearney
Comment 2 2008-05-16 09:55:23 PDT
This feature is built into VoiceOver (VO keys-U) but is broken in the latest versions of WebKit.
Nicholas Shanks
Comment 3 2008-05-19 06:40:27 PDT
I was meaning outside of VoiceOver. VO was just an example client that could access this list. This should be a WebKit feature that people can access outside of VO too, for instance a website development app might include a link checker, and would make use of this rather than parsing the DOM tree itself looking for @html:src, @html:href, @xlink:href and any other future link types supported by webkit. Such clients might quite easily miss xml links in SVG documents, for example, because they are not well written. WebKit can make this easier for them.
chris fleizach
Comment 4 2008-07-24 11:38:00 PDT
WebKit provides, through accessibility a list of all the LinkElements on a web page. This attribute is called AXLinkUIElements and can be retrieved by messaging the AXWebArea
Note You need to log in before you can comment on or make changes to this bug.