Closed
Bug 918103
Opened 11 years ago
Closed 11 years ago
List item nested within an inline-block div shows all zeros: 0. 0. 0. 0...
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: nigel.fong, Unassigned)
References
()
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.65 Safari/537.36
Steps to reproduce:
Nested the <li> elements within a tag set to display: inline-block;
See fiddle: http://jsfiddle.net/rzYjG/
Actual results:
Numbered 0, 0, 0, 0, 0...
Expected results:
Numbered 1, 2, 3, 4, 5...
In Firefox: 0, 0, 0
In Chrome: 1, 2, 3
IE10: 1, 1, 1
Opera 15: 1, 2, 3
http://browsershots.org/http://jsbin.com/EyiKECo/1
Surely a difference in spec implemntation.
Component: Untriaged → Layout
Product: Firefox → Core
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•