Bug 110280 - [Shadow DOM] Node distribution shouldn't do style recalc or attach.
Summary: [Shadow DOM] Node distribution shouldn't do style recalc or attach.
Status: RESOLVED CONFIGURATION CHANGED
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: 97279
  Show dependency treegraph
 
Reported: 2013-02-19 16:24 PST by Hajime Morrita
Modified: 2019-10-04 22:20 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2013-02-19 16:24:09 PST
This is coined at http://markmail.org/thread/37ycxttk6gnmnd27
node distribution happens lazily during composed tree traversal,
where people don't expect to have any side effect. 
We should make it side effect free, or make it to look like that.
Comment 1 Ryosuke Niwa 2019-10-04 22:20:50 PDT
Node distribution isn't a thing anymore.