Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list-style-position on bare li elements #857

Open
jgraham opened this issue Oct 9, 2024 · 4 comments
Open

list-style-position on bare li elements #857

jgraham opened this issue Oct 9, 2024 · 4 comments
Labels
focus-area-proposal Focus Area Proposal

Comments

@jgraham
Copy link
Contributor

jgraham commented Oct 9, 2024

Description

Some implementations do not honor list-style-position on bare li elements force but instead force the value to inside. Other implementations do support this property on bare li elements.

This is an issue with observed webcompat breakage.

Specification

https://drafts.csswg.org/css-lists/#list-style-property

Additional Signals

https://bugzilla.mozilla.org/show_bug.cgi?id=1799724
https://bugs.webkit.org/show_bug.cgi?id=164222
https://bugs.chromium.org/p/chromium/issues/detail?id=811172
https://bugs.chromium.org/p/chromium/issues/detail?id=590094

@jgraham jgraham added the focus-area-proposal Focus Area Proposal label Oct 9, 2024
@Loirooriol
Copy link

I added a counter in Blink: https://chromestatus.com/metrics/feature/timeline/popularity/5000
~0.78% of page loads get this quirk of forcing outside markers to be inside.

@Loirooriol
Copy link

WebKit has aligned with Firefox, restricting the quirk to quirks mode.
WebKit/WebKit#37176

@nt1m
Copy link
Member

nt1m commented Jan 9, 2025

I added a counter in Blink: https://chromestatus.com/metrics/feature/timeline/popularity/5000 ~0.78% of page loads get this quirk of forcing outside markers to be inside.

There's some data regarding domains affected on that page, if you scroll down. I didn't find any super popular sites.

@dholbert
Copy link

I filed whatwg/html#10958 to specify the quirks-mode behavior here, and I've posted a WPT for review in https://phabricator.services.mozilla.com/D235868 (just testing the standards-mode behavior for now).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus-area-proposal Focus Area Proposal
Projects
Status: No status
Development

No branches or pull requests

4 participants