[Webkit-unassigned] [Bug 18289] extra bullet showing up due to display:block
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 1 17:52:18 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=18289
--- Comment #7 from Ryan Reno <rreno at apple.com> ---
(In reply to Ryan Reno from comment #6)
> Additionally, the <a>
> element is given a RenderBlock renderer in the buggy case vs a RenderInline
> renderer (which may itself not be a problem).
This is simply because the default display property of anchor elements is display: inline. We're explicitly setting display: block in the buggy case so it should have a RenderBlock renderer instead of a RenderInline renderer.
--
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/20220802/477472b5/attachment-0001.htm>
More information about the webkit-unassigned
mailing list