[webkit-reviews] review requested: [Bug 95117] [META] Move generated content into the DOM : [Attachment 166332] WIP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 17:03:40 PDT 2012


Elliott Sprehn <esprehn at chromium.org> has asked  for review:
Bug 95117: [META] Move generated content into the DOM
https://bugs.webkit.org/show_bug.cgi?id=95117

Attachment 166332: WIP
https://bugs.webkit.org/attachment.cgi?id=166332&action=review

------- Additional Comments from Elliott Sprehn <esprehn at chromium.org>
WIP patch that attempts to move :before and :after into the DOM. This reuses
the existing renderers for generated content so we can do this in multiple
steps. The current issues are infinite loops in RenderCounter, broken CSS
inheritance in CSS tables, and a bug with counters and styleRecalc causing
crashes. On the plus side this patch fixes tons of layout bugs with generated
content which is awesome.


More information about the webkit-reviews mailing list