[Webkit-unassigned] [Bug 94292] :first-letter on an element with CSS quotes break nesting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 22:19:53 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=94292





--- Comment #1 from Elliott Sprehn <esprehn at chromium.org>  2012-08-16 22:20:27 PST ---
The issue discussed here also destroys RenderCounter's, and the only reason dynamic counters still work after this is because we have a separate CounterNode tree. RenderQuote has no separate list so destruction of a renderer breaks everything.

This also breaks the Internals API valueForCounter (see writeCounterValuesFromChildren) since the RenderCounter is destroyed when the text is split.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list