[Webkit-unassigned] [Bug 102278] [CSS Regions] Bare <li> elements in named flows display counters outside region boundary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 13:35:39 PST 2012


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





--- Comment #4 from Alan Stearns <stearns at adobe.com>  2012-12-04 13:38:04 PST ---
Created an attachment (id=177540)
 --> (https://bugs.webkit.org/attachment.cgi?id=177540&action=review)
Test file showing difference in three bare list item cases

I still think there's something wrong. Take a look at this file. Why is the middle box different?

My guess is that the bare list items in the first and third boxes get an anonymous unordered list box created inside the content area of their yellow boxes, then the bullets are composed inside that box.

In the middle case, there's an empty list in the normal flow somewhere, so the list items in the named flow do not get an anonymous unordered list box created inside the region. I think they should.

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