[Webkit-unassigned] [Bug 103975] [CSS Regions] Internal list counters are not reset when flowing bare <li>-s in regions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 07:03:07 PST 2012


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





--- Comment #1 from Mihai Balan <mibalan at adobe.com>  2012-12-10 07:05:32 PST ---
Also, if flowing only *some* individual list items, the numbering for both the list items in the named flow and the list items in the document flow are messed up.
More specifically, suppose we have two numbered lists, and extract the first <li> in a named-flow via the :first-child pseudo-class and flow them into a region.

The list items left in the document will look like:
1. Item 2
2. Item 3

a. Item b
b. Item c

while those in the region will look like:
1. Item 1
b. Item a

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