[Webkit-unassigned] [Bug 103479] [Shadow DOM]: Event that must be stopped at Shadow boundary is not stopped if fired from DOM node distributed into insertion point
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 6 03:29:53 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=103479
Hayato Ito <hayato at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Hayato Ito <hayato at chromium.org> 2012-12-06 03:32:20 PST ---
This is an expected behavior.
Event should be stopped at the nearest shadow boundary, but for distributed nodes, an event should be dispatched in the outer tree as normal. Attaching a shadow root should not change the behavior of event dispatching in the outer tree.
I think you might want to file a bug for the Shadow DOM spec if something is unclear.
--
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