Re: [csswg-drafts] [css-conditional] testing support of properties and values with partial implementations (#3559)

I have some concerns with custom `@supports` checks.

Needing a sub resource to check if a single property is usable in a single context can quickly escalate.

It requires authors to work around more issues instead of directly solving the issue at hand.

- what is a supports worklet?
- are these worklets blocking the page render?
- what happens if the network is flaky and the worklet loads slowly
- how does a site behave with 5 of these checks? or with 50?

In my opinion this places too much burden on stylesheet authors.

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


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

Received on Sunday, 21 August 2022 21:13:13 UTC