[csswg-drafts] @media (scripting: initial-only) is weird (#8621)

emilio has just created a new issue for https://github.com/w3c/csswg-drafts:

== @media (scripting: initial-only) is weird ==
When is it supposed to match on browsers? When printing? But on implementations either reuse the document (which means script is paused, but will run again), or clone the document (which means they never run script on such document, though we probably want to match `scripting: enabled` to match the non-print media).

I think we could probably do without this value. I'm personally unsure on when would it be useful on browsers, though if there's a strong use-case from embedded / PDF renderers / etc I suppose we could match it.

wdyt, @frivoal?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8621 using your GitHub account


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

Received on Monday, 20 March 2023 20:09:20 UTC