Re: [csswg-drafts] [css-inline] When does an empty inline suppress the whole line when in a list? (#5276)

> 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