- From: Mats Palmgren via GitHub <sysbot+gh@w3.org>
- Date: Sat, 09 Nov 2019 15:44:01 +0000
- To: public-css-archive@w3.org
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