[Webkit-unassigned] [Bug 79886] ShadowRoot should have activeElement
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 5 01:21:40 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=79886
Hayato Ito <hayato at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hayato at chromium.org
--- Comment #4 from Hayato Ito <hayato at chromium.org> 2012-03-05 01:21:40 PST ---
The point is that It must be avoided to traverse all nodes to find a focusedNode. That takes O(N).
We can find a shadowRoot.activeElement in O(nest level of TreeScope), I think.
--
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