Bug 80885
| Summary: | Modify Internals to support construction of multiple shadow DOM trees per node. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dimitri Glazkov (Google) <dglazkov> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | dominicc, hayato, morrita, shinyak |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 63602 | ||
Dimitri Glazkov (Google)
Today, the code in internals.ensureShadowRoot explicitly short-circuits attempts to create multiple shadow DOM subtrees. We should fix that, so that we can write saner tests.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hajime Morrita
Closing since this no longer makes much sense
- We can build multiple shadow roots through ShadowRoot API as usual.
Please reopen if I miss any points.