Bug 80818
Summary: | [meta] Attach() should know its context. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Shinya Kawanaka <shinyak> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dglazkov, dominicc, hayato, morrita, shinyak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Shinya Kawanaka
When attach() is called, currently we cannot know how attach() is called. This is causing the following problems.
(1) In shadow tree, we have to decide: 'we have to re-construct whole shadow tree' or 'just constructing the attached subtree suffices'.
(2) Though we have to know the visual parent of the attached element in InsertionPoint, we calculate them on-the-fly.
(3) Some contextual flags are distributed in several elements, and referring them in attach().
If attach() is called with some context, these problem would be able to be solved.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
This attempt failed... Let's make this invalid for now.
If you don't think so, feel free to reopen.