- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 01 Jul 2020 12:32:31 +0000
- To: public-css-archive@w3.org
> Blink differs depending on whether there's an `<ul>` or not (lol). That's because Blink has an ugly quirk (even in standard mode) that if you have a `<li>` element (other elements with `display: list-item` are fine) which is not a descendant of an `<ol>` or `<ul>` element, then the marker is forced to have an inside position (this doesn't affect the computed value of `list-style-position`). See https://crbug.com/590094 -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5276#issuecomment-652390685 using your GitHub account
Received on Wednesday, 1 July 2020 12:32:32 UTC