[Webkit-unassigned] [Bug 67096] Make sure accesskey works for elements in shadow DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 00:21:15 PDT 2011


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





--- Comment #3 from Hayato Ito <hayato at chromium.org>  2011-08-29 00:21:15 PST ---
Hi Alexey,
Thank you for the comment.

(In reply to comment #2)
> By the nature of shadow DOM, it seems that accesskey should be ignored in it, shouldn't it?

I agree. Such internal accesskeys should be hidden.

What about the reverse case?
Suppose the following dom tree. When 'inputB' is focused and a user presses 'f' key with proper modifier keys, should we focus on 'inputA'? In this case, we should support accesskey, looking up the TreeScope, shoudn't we?

<html>
  <body>
    <input id="inputA" accesskey="f" />
    <shadow-host>
      -- <shadow-root>
            <input id="inputB" accesskey="g" />

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list