Re: [csswg-drafts] [css-text] `&ncsp;` - Non-Collapsible Space (#10821)

It's still not much clear to me what exact behavior is wanted here, but you don't even need WHATWG involvement if you use a custom element:

```html
<style>nc-sp::before { content: " "; white-space: pre-wrap }</style>
Hello,<nc-sp></nc-sp><nc-sp></nc-sp><nc-sp></nc-sp><nc-sp></nc-sp>World
```

or

```html
<style>pre-wrap { white-space: pre-wrap }</style>
Hello,<pre-wrap>    </pre-wrap>World
```

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 7 February 2025 15:57:46 UTC