[Webkit-unassigned] [Bug 116046] For keyboard users, activating a fragment URL should transfer focus and caret to the destination

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 12 11:15:13 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=116046

--- Comment #30 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to comment #29)
> (In reply to comment #28)
> > Somebody changed the title to be VoiceOver-specific. It's not. This is a
> > general keyboard access bug that also affects VoiceOver.
> 
> Given the absence of spec guidance and that Chrome does the same, I think
> the current approach is good enough for the time being.

We should still give the feedback to W3C/WHATWG about this.

I definitely would not like us to be using Range here because of the performance implications (it slows down DOM). It's not the right kind of object to be pointing at a Node either.

A better approach would be adding a RefPtr<Node>, and then updating it in Document::nodeWillBeRemoved and Document::nodeChildrenWillBeRemoved manually.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160412/2861cb35/attachment.html>


More information about the webkit-unassigned mailing list