RESOLVED FIXED 122680
Dramatically simplify calculateAdjustedNodes
https://bugs.webkit.org/show_bug.cgi?id=122680
Summary Dramatically simplify calculateAdjustedNodes
Ryosuke Niwa
Reported 2013-10-11 15:29:02 PDT
Dramatically simplify calculateAdjustedNodes
Attachments
Cleanup (8.19 KB, patch)
2013-10-11 15:33 PDT, Ryosuke Niwa
no flags
Cleanup (8.23 KB, patch)
2013-10-11 15:34 PDT, Ryosuke Niwa
no flags
Minor tweaks (8.29 KB, patch)
2013-10-11 15:59 PDT, Ryosuke Niwa
koivisto: review+
Ryosuke Niwa
Comment 1 2013-10-11 15:33:50 PDT
Ryosuke Niwa
Comment 2 2013-10-11 15:34:24 PDT
Ryosuke Niwa
Comment 3 2013-10-11 15:59:27 PDT
Created attachment 214032 [details] Minor tweaks
Antti Koivisto
Comment 4 2013-10-11 17:53:36 PDT
Comment on attachment 214032 [details] Minor tweaks Note that <details> element implementation still uses InsertionPoints. On the other hand we can assume that any functionality without tests is not working anyway.
Ryosuke Niwa
Comment 5 2013-10-11 19:02:35 PDT
(In reply to comment #4) > (From update of attachment 214032 [details]) > Note that <details> element implementation still uses InsertionPoints. On the other hand we can assume that any functionality without tests is not working anyway. Maybe I didn't phrase it properly but having a single insertion point is okay as long as the content that got inserted into doesn't have a shadow tree. Since we don't currently expose webkitCreateShadowRoot, this isn't an issue.
Ryosuke Niwa
Comment 6 2013-10-11 19:07:17 PDT
Note You need to log in before you can comment on or make changes to this bug.