[Bug 17632] Ordered list numbering needs to be aware of CSS boxes

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

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

  <!DOCTYPE html>
  <ol>
    <li>One</li>
    <li style="display: none"></li>
    <li>Two</li>
  </ol>

This is interoperably numbered "1, 2" in Gecko, Presto, WebKit, Trident.

The spec right now says it should be numbered "1, 3" as far as I can tell.

-- 
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:49:36 UTC