- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Sun, 21 Aug 2022 21:13:11 +0000
- To: public-css-archive@w3.org
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