Re: [csswg-drafts] [css-style-attr] Feature suggestion: support for inline media queries in HTML (#12036)

The `@media` part seems like it can be omitted when using named inline media queries. So potentially, `@custom-media --md (width > 640px)` could be referenced here without the `@media` part and leading dashes, using only round brackets, like this: `(md) { background-color: green; }` or `style(md)="background-color: green"`.

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


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

Received on Wednesday, 2 April 2025 15:38:54 UTC