[Webkit-unassigned] [Bug 254575] [css-lists] `content: counter()` does not update visually if `position: absolute` is set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 28 07:07:33 PDT 2023


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

Antoine Quint <graouts at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bfulgham at webkit.org,
                   |                            |simon.fraser at apple.com
          Component|CSS                         |Layout and Rendering

--- Comment #6 from Antoine Quint <graouts at webkit.org> ---
Using the reduction, I can notice a difference under RenderBlockFlow::layoutModernLines() where in the good case (no position style set) the first call to modernLineLayout() returns false and where in the bad case (`position: absolute` is set) it returns true. Cc'd Alan who might know more as a layout expert.

-- 
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/20230328/4478a861/attachment.htm>


More information about the webkit-unassigned mailing list