Bug 100353
Summary: | [Refactoring] Resolving <shadow> should start from the oldest shadow dom subtree. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dglazkov, webcomponents-bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 99228 |
Shinya Kawanaka
Since we're resolving <shadow> from the youngest shadow dom, the distributor of <shadow> cannot include all the distributed element.
We have to change the code of ContentDistributor::distribute().
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dimitri Glazkov (Google)
I am sorry, can you elaborate a bit more on the nature of the problem? It's not clear what the issue is.
Shinya Kawanaka
Ah, sorry. I had a plan for refactoring about it.