Bug 40560 - outside list marker not drawn when overflow is not visible
Summary: outside list marker not drawn when overflow is not visible
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 02:15 PDT by Daniel.S
Modified: 2022-07-23 12:18 PDT (History)
6 users (show)

See Also:


Attachments
simple testcase (455 bytes, text/html)
2010-06-14 02:15 PDT, Daniel.S
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel.S 2010-06-14 02:15:28 PDT
Created attachment 58631 [details]
simple testcase

I tested this using Safari 5 (7533.16).

If I set overflow of a list-item to anything except 'visible', the marker box is not rendered if list-style-position is set to outside.

Note that this bug is about overflow applied to the list item itself, not on list item children, where bug #13332 applies.

It's specced here: http://www.w3.org/TR/CSS2/generate.html#propdef-list-style-position

Microsoft apparently plans to implement this for IE 9, and Mozillians argue that the specified behaviour is preferable from an authors point of view, see https://bugzilla.mozilla.org/show_bug.cgi?id=571564
Comment 1 Ahmad Saleem 2022-07-23 05:57:29 PDT
I am unable to reproduce this bug using attached test case in Safari 15.6 on macOS 12.6 and it matches other browsers (Chrome Canary 106 and Firefox Nightly 104).

Additionally, I tested following test case from Mozilla bug mentioned in Comment 0.

Link - https://bug571564.bmoattachments.org/attachment.cgi?id=463444

The output of above test also matches with other browsers. I think it was fixed along the way and this can marked as "RESOLVED CONFIGURATION CHANGED". Thanks!