Re: [csswg-drafts] [css-pseudo] Add a ::contents pseudo-element (#2406)

I'm also mostly ok with `content: normal`, though I wonder if there is some potential confusion, since it's the initial value and there is no box generated initially. It almost looks like a no-op declaration.

I also just noticed [`content: contents`](https://drafts.csswg.org/css-content/#element-content) is a thing, which may be even more appropriate.

```css
#a::contents { content: contents; color: blue }
#b::contents { content: contents; display: block }
```

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


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

Received on Tuesday, 11 June 2024 15:42:22 UTC