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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 28 21:25:08 PDT 2011


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





--- Comment #1 from Hayato Ito <hayato at chromium.org>  2011-08-28 21:25:08 PST ---
At first, let me post a question. I'd like to collect opinions.
Suppose the following dom tree, including one shadow host.

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

When 'inputA' is focused and a user presses 'g' key with proper modifiers, should we focus on 'inputB'?

-- 
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