Re: [csswg-drafts] [mediaqueries][mediaqueries-5] should 'initial-only' have an explicit minimum threshold? (#503)

I believe `(scripting: initial-only)` overlaps `update` media feature and latter one is more generic as typical printed pages don't support both CSS and JavaScript updates (transitions, animations and so on). UAs like Opera Mini update pages in some conditions so that `(update: slow)` can be used.

So, I propose that 

- drop `initial-only` from `scripting` media feature
- suggest using `(update: none)` for printed pages
- suggest using `(update: slow)` for UAs like Opera Mini

Though I believe that `update` media feature covers `(scripting: initial-only)` uses cases,  please let me know if I missed something.

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

Received on Wednesday, 22 July 2020 06:41:48 UTC