WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
80818
[meta] Attach() should know its context.
https://bugs.webkit.org/show_bug.cgi?id=80818
Summary
[meta] Attach() should know its context.
Shinya Kawanaka
Reported
2012-03-12 00:17:57 PDT
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
Comment 1
2012-06-05 02:03:00 PDT
This attempt failed... Let's make this invalid for now. If you don't think so, feel free to reopen.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug