[Webkit-unassigned] [Bug 13332] List marker not displayed on items with overflow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 18 12:25:07 PDT 2011


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





--- Comment #36 from Dave Hyatt <hyatt at apple.com>  2011-10-18 12:25:07 PST ---
(In reply to comment #35)
>
>   What is wrong?
>   It passes all existing List tests, with exception of painting markers in background.
> 

Well, the main issue is that inside markers should be clipped by overflow:hidden, so by painting them outside the overflow clip, you're causing incorrect rendering. Only outside markers are supposed to ignore the clips. Inside markers are considered part of the line content.

As for what's broken with your outside list marker path, mainly relative positioning and transforms are broken in this painting path for all markers. I don't think that's a big issue and doesn't have to be fixed now, but inside markers not respecting them would just be weird.

-- 
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