Re: [csswg-drafts] [css-nesting] Allow CSS nesting for inline styles (#8752)

Is it possible that the previous inline-style was interpreted like this...?

```html
<div>
   <span style="color: red">I am red.</span>
</div>
```
↓
```html
<div>
   <span>I am red.<style>
     @scope {
       color: red;
     }
   </style></span>
</div>
```

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


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

Received on Wednesday, 24 April 2024 08:27:37 UTC