Bug 103339
Summary: | [Meta] Move more Shadow DOM code behind SHADOW_DOM flag. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | esprehn, koivisto, rniwa, webcomponents-bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 103208, 104332, 104341, 104512, 104514, 104516, 106281, 106282, 106283, 106294, 106505, 106643, 107621 | ||
Bug Blocks: | 72352 |
Hajime Morrita
Coined by Bug 103208.
A apparent targets are:
- HTMLContentElement
- HTMLShadowElement
- ContentSelectorQuery
- part of ComposedShadowTreeWalker
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dimitri Glazkov (Google)
*** Bug 103654 has been marked as a duplicate of this bug. ***
Elliott Sprehn
Note that ComposedShadowTreeWalker is also used in FocusController and HTMLLIElement.
Hajime Morrita
(In reply to comment #2)
> Note that ComposedShadowTreeWalker is also used in FocusController and HTMLLIElement.
Right. I did it...
I should hide them behind NodeRenderingTraversal.
Filed Bug 106505.
Ryosuke Niwa
Not gonna do this.