Bug 85508

Summary: [CSSRegions]Allow elements from shadow dom to be collected in flow thread
Product: WebKit Reporter: Mihnea Ovidenie <mihnea>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: donggwan.kim, mibalan, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    

Description Mihnea Ovidenie 2012-05-03 09:51:37 PDT
The patch for https://bugs.webkit.org/show_bug.cgi?id=84493 disabled the collection of elements from shadow tree into a flow thread. It should be possible to do that properly. Please take into account the CSSOM part when solving this bug.
Comment 1 Mihai Balan 2013-05-23 05:09:15 PDT
Created corresponding Blink issue over at https://code.google.com/p/chromium/issues/detail?id=243276
Closing as WONTFIX since the ShadowDOM code has been removed from WebKit