Ordered list showing all zeros in IE9

前端 未结 11 580
眼角桃花
眼角桃花 2020-12-03 04:55

I have an

    (ordered list) and in FF, Safari, Chrome it is rendered correctly. However in IE9 it is showing all zeros. It is not a spacing/padding is
11条回答
  •  死守一世寂寞
    2020-12-03 05:11

    Update 3/20/2012 - Fixed in IE10

    This regression has been fixed in Internet Explorer 10 (all document modes). Microsoft has deleted the Connect entry, so you cannot review its status. Since Microsoft now pushes IE10 down automatically, it should be working for all your regular customers.


    This is a known IE9 regression, which has been reported on Microsoft Connect:

    Ordered list numbering changes from correct to 0, 0

    Type: Bug
    ID: 657695
    Opened: 4/6/2011 12:10:52 PM
    Access Restriction: Public

    0 Workaround(s)
    5 User(s) can reproduce this bug


    Update:

    Posted by Microsoft on 6/14/2011 at 3:20 PM
    Thank you for your feedback.

    We were able to reproduce the issue and are investigating it.

    Best regards,

    The Internet Explorer Team


    HTML page that reproduces bug:

    
    
    
    IE9 Ordered List Zero Bug
    
    
    
    
    
    1. AAA
    2. BBB

    A workaround is to place an empty element after your DIV:

    1. one
    2. two

    Browsers that exhibit the bug

    Internet Explorer 9 (9.0.8112.16421)

    • Document Mode Quirks: Works
    • Document Mode IE7 standards: Works
    • Document Mode IE8 standards: Fails
    • Document Mode IE9 standards: Fails

    Internet Explorer 8 (8.0.6001.19048)

    • Document Mode Quirks: Works
    • Document Mode IE7 standards: Works
    • Document Mode IE8 standards: Works

    Internet Explorer 7 (7.0.6000.16982): Works

    Google Chrome 10 (10.0.648.134): Works

提交回复
热议问题