Bug 85508
| Summary: | [CSSRegions]Allow elements from shadow dom to be collected in flow thread | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mihnea Ovidenie <mihnea> |
| Component: | CSS | Assignee: | 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 | ||
Mihnea Ovidenie
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Mihai Balan
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