[Webkit-unassigned] [Bug 8587] REGRESSION: {display:list-item} items outside an ol or ul element don't number correctly
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Jul 22 22:53:57 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8587
------- Comment #21 from darin at apple.com 2006-07-22 22:53 PDT -------
So I think the algorithm here is that if there is no list element, any peer DOM
nodes each form a separate list. If nodes don't have the same parent, then they
are part of a separate list.
And in the case where there *is* a list element, all DOM nodes inside the list
are peers even if they are at different nesting levels.
I'm not sure that's right, but that's what it looks like to me given the test
cases so far.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list