- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Sep 2020 15:55:06 +0000
- To: public-css-archive@w3.org
@faceless2 BTW, Blink is shipping ::marker in 86 (currently beta). And WebKit shipped it long time ago, but it's a more limited version. And about `text-align`, I thought about adding `text-align: end !important` to prevent inheritance (Gecko sets it to `end` too, you should be able to test with `li{white-space:pre}::marker{content:"a\a b c"}`). But it turns out that, in quirks mode, outside markers can occupy the whole line and are not sized with shrink-to-fit. So `end` was bad in Chromium, I set `text-align: start !important` instead. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4568#issuecomment-692809332 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 15 September 2020 15:55:08 UTC