RESOLVED FIXED 283738
Make list-style-position quirk only available in quirks mode
https://bugs.webkit.org/show_bug.cgi?id=283738
Summary Make list-style-position quirk only available in quirks mode
Tim Nguyen (:ntim)
Reported 2024-11-26 18:49:00 PST
Firefox implements it this way: ``` /* force inside position for orphaned lis */ li { list-style-position: inside; } /* restore outside position for lists inside LIs */ li :is(ul, ol, dir, menu) { list-style-position: outside; } /* undo previous two rules for properly nested lists */ :is(ul, ol, dir, menu) :is(ul, ol, dir, menu, li) { list-style-position: unset; } ```
Attachments
Radar WebKit Bug Importer
Comment 1 2024-11-26 18:57:54 PST
Tim Nguyen (:ntim)
Comment 2 2024-11-26 19:13:06 PST
Tim Nguyen (:ntim)
Comment 3 2024-11-27 00:39:35 PST
*** Bug 283742 has been marked as a duplicate of this bug. ***
EWS
Comment 4 2024-11-27 00:42:37 PST
Committed 287114@main (3be0078f2601): <https://commits.webkit.org/287114@main> Reviewed commits have been landed. Closing PR #37176 and removing active labels.
Tim Nguyen (:ntim)
Comment 5 2024-11-29 16:30:13 PST
*** Bug 164222 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.