[Bug 17633] Should ordered list numbering consider list items in child blocks?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17633

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> 2012-06-28 17:56:43 UTC ---
Consider this testcase:

<ol>
  <div><li>One</li></div>
  <li>Two</li>
  <li>Three</li>
</ol>

This is numbered "1, 2, 3" by Gecko, WebKit, IE7 and before, and IE quirks
mode.

It's numbered "1, 1, 2" by IE8 and IE9 standards modes and Presto.

I'm pretty sure that at least for quirks mode pages depend on this behavior.  I
would also somewhat prefer that the behavior here not depend on mode...

Note that for <ol reversed> this also raises the question of how the start
value is computed.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 28 June 2012 17:56:45 UTC