URL: https://forums.opera.com/discussion/1883157/why-do-some-ordered-lists-show-no-numbers Browser / Version: Safari 10.1 Operating System: Mac OS X 10.12.4 Problem type: Layout is messed up Steps to Reproduce Navigate to: https://forums.opera.com/discussion/1883157/why-do-some-ordered-lists-show-no-numbers Look at the ordered list (the list items contain paragraphs with CSS overflow:hidden), i.e. <ol><li><p style="overflow:hidden">foo</p></li></ol>) Expected Behavior: The ordered list's list items should display a number. Actual Behavior: No numbers are shown. Observations: Happens on Webkit and Blink. Trident shows the number but renders the paragraph in a new line. Gecko and Presto render the list number as expected. If really a bug, kudos to the forum poster who pointed out the CSS triggering the issue. From webcompat.com with ❤️ Please login to edit issues. View issue on Github Shortcut: Press l on your keyboard to open the label editor. Shortcut: Press g on your keyboard to be taken to the GitHub view of this page.
URL: https://forums.opera.com/discussion/1883157/why-do-some-ordered-lists-show-no-numbers
Browser / Version: Safari 10.1
Operating System: Mac OS X 10.12.4
Problem type: Layout is messed up
Steps to Reproduce
<ol><li><p style="overflow:hidden">foo</p></li></ol>
)Expected Behavior:
The ordered list's list items should display a number.
Actual Behavior:
No numbers are shown.
Observations:
Happens on Webkit and Blink.
Trident shows the number but renders the paragraph in a new line.
Gecko and Presto render the list number as expected.
If really a bug, kudos to the forum poster who pointed out the CSS triggering the issue.
From webcompat.com with ❤️