- From: juner via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Apr 2024 08:27:37 +0000
- To: public-css-archive@w3.org
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