Re: [csswg-drafts] [css-lists] How should spaces be treated in markers? (#4448)

I tend to think that trailing spaces should collapse. That's consistent with how this behaves:
```html
<style>
div::before { content: '::before '; display: inline-block; }
</style>
<div>item</div>
```
As I suggested in #3771, we should consider an outside `::marker` box as having a blockified `display` value. The collapsing behavior falls out from that without adding any special rules.


-- 
GitHub Notification of comment by MatsPalmgren
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4448#issuecomment-552111539 using your GitHub account

Received on Saturday, 9 November 2019 15:44:02 UTC