Re: [csswg-drafts] [css-conditionals-5] Test for the support of a property name (#11159)

I think the idea is that an author using `@supports (property)` may assume that the browser has full support for the property, but maybe the browser just supports a few values, which may not include the value used by the author.

If needed, you can use `@supports (property: initial)` anyways, since all properties accept `initial`.

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


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

Received on Thursday, 7 November 2024 14:56:12 UTC