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

> @dead-claudia That's basically https://drafts.csswg.org/css-text-4/#white-space-trim

Oh, then in that case, we should just add those global HTML attributes to match.

```css
[trim] {
    white-space-trim: discard-before discard-after discard-inner;
    white-space-trim: attr(trim type(<custom-ident> | <custom-ident> <custom-ident> | <custom-ident> <custom-ident> <custom-ident>));
}
```

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


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

Received on Tuesday, 11 February 2025 23:34:35 UTC