Re: [csswg-drafts] Allow comment indicators (`/*` and `*/`) to be nested. (#10768)

(You can even spell it `@--comment` if you like, to make it clearer, and maybe use a double-brace to make it more visually distinguishable, like:

```css
@--comment {{
  this stuff is *basically* commented out, since the whole block is invalid and dropped
  @--comment {{
    and you can nest them
  }}
  so this is still commented out too
}}
body::before { content: "normal content here"; }
```
)

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


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

Received on Thursday, 22 August 2024 19:36:55 UTC