Bug 100353 - [Refactoring] Resolving <shadow> should start from the oldest shadow dom subtree.
Summary: [Refactoring] Resolving <shadow> should start from the oldest shadow dom subt...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 99228
  Show dependency treegraph
 
Reported: 2012-10-25 01:44 PDT by Shinya Kawanaka
Modified: 2012-10-25 19:51 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shinya Kawanaka 2012-10-25 01:44:45 PDT
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().
Comment 1 Dimitri Glazkov (Google) 2012-10-25 08:45:33 PDT
I am sorry, can you elaborate a bit more on the nature of the problem? It's not clear what the issue is.
Comment 2 Shinya Kawanaka 2012-10-25 16:36:33 PDT
Ah, sorry. I had a plan for refactoring about it.