[Webkit-unassigned] [Bug 279172] List marker incorrectly positioned when list child has inline margin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 5 07:45:04 PDT 2024


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

--- Comment #7 from zalan <zalan at apple.com> ---
I think it's just an unfortunate side effect of us trying to find a place for the (inline) list marker renderer when <li> has a block child.

<ol><li><div>text

OL RenderBlock
  LI RenderListItem
    DIV RenderBlock
      RenderListMarker (::marker)
      #text RenderText

vs. 
<ol><li>text

OL RenderBlock
  LI RenderListItem
    RenderListMarker (::marker)
    #text RenderText

-- 
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/20240905/ec306566/attachment.htm>


More information about the webkit-unassigned mailing list