Summary: | [Shadow DOM]: Event retargeting doesn’t occur for document nodes distributed to the shadow insertion points | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sergey G. Grekhov <sgrekhov> |
Component: | DOM | Assignee: | Hayato Ito <hayato> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | dglazkov, hayato, shinyak, webcomponents-bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 63606 |
Description
Sergey G. Grekhov
2012-11-05 23:19:08 PST
Let me take a look. 'LI' is correct in this case. That matches my intention and the implementation. Do you think the spec need to be fixed? I believe spec needs to be fixed. I thought that parent calculation algorithm should be invoked in this case. It's not obvious for me that in this case it shouldn't be invoked. Thank you for the reply. I think the it might be better to file a bug on the spec if the spec is unclear. So let me close this WebKit's bug. Please feel free to file a bug on the spec with a reference to this bug. (In reply to comment #3) > I believe spec needs to be fixed. I thought that parent calculation algorithm should be invoked in this case. It's not obvious for me that in this case it shouldn't be invoked. Bug against specification filled https://www.w3.org/Bugs/Public/show_bug.cgi?id=19875 Thanks, Sergey. Will look into this. |