Bug 113686
Summary: | Custom Elements: Lifecycle callbacks should be invoked Child-to-parent order | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | DOM | Assignee: | Hajime Morrita <morrita> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | rniwa, webcomponents-bugzilla |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 99688 |
Hajime Morrita
As discussed at public-webapps list [1], the lifecycle callback should be called to children first and then to parents.
[1] http://lists.w3.org/Archives/Public/public-webapps/2013JanMar/0935.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
The old implementation has been removed.