Bug 103339

Summary: [Meta] Move more Shadow DOM code behind SHADOW_DOM flag.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: DOMAssignee: 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    

Description Hajime Morrita 2012-11-26 18:02:31 PST
Coined by Bug 103208.

A apparent targets are:

- HTMLContentElement
- HTMLShadowElement
- ContentSelectorQuery
- part of ComposedShadowTreeWalker
Comment 1 Dimitri Glazkov (Google) 2012-11-29 13:01:28 PST
*** Bug 103654 has been marked as a duplicate of this bug. ***
Comment 2 Elliott Sprehn 2013-01-08 17:56:47 PST
Note that ComposedShadowTreeWalker is also used in FocusController and HTMLLIElement.
Comment 3 Hajime Morrita 2013-01-09 16:59:51 PST
(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.
Comment 4 Ryosuke Niwa 2019-10-04 22:09:30 PDT
Not gonna do this.