[Webkit-unassigned] [Bug 179114] First letter text renderer should be anonymous

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 1 10:10:49 PDT 2017


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

--- Comment #16 from Antti Koivisto <koivisto at iki.fi> ---
(In reply to zalan from comment #13)
> Comment on attachment 325576 [details]
> patch
> 
> We should tighten the first letter type here. It's odd that we set it on the
> RenderElement but use it in RenderBoxModelObject for cleanup (I know it's
> not a new code). I also believe we could even use a more concrete renderer
> type for all this.

RenderBoxModelObject is the most concrete type of the first letter renderer as it can be either RenderInline or RenderBlock. 

RenderElement is used for bits simply because that's where we currently keep all the bits.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171101/80c56caa/attachment.html>


More information about the webkit-unassigned mailing list