[Webkit-unassigned] [Bug 8587] REGRESSION: {display:list-item} on items outside an ol or ul element no longer causes incremental numbering

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 17 11:48:58 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8587





------- Comment #18 from darin at apple.com  2006-07-17 11:48 PDT -------
(In reply to comment #16)
> (In reply to comment #14)
> 
> > OK. If you want me to fix this right, could you provide some test cases?
> 
> Se the new test case I attached.  (FWIW I have also edited my original page (on
> my original URL) so that it includes two nested DIVs with the listitem class
> inside the first listitem DIV.  )
> 
> >  For example, how should this be numbered?
> > 
> >     <div>
> >         <div class="listitem">a</div>
> >         <div>
> >             <div class="listitem">b</div>
> >         <div>
> >         <div class="listitem">c</div>
> >     </div>
> 
> This markup isn't valid. Was that your purpose?

Sorry, I meant:

    <div>
        <div class="listitem">a</div>
        <div>
            <div class="listitem">b</div>
        </div>
        <div class="listitem">c</div>
    </div>

If we get a nice set of tests cases, it should be easy to code up a solution.


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