Bug 180245 - [MQ4] Implement `update` media feature
Summary: [MQ4] Implement `update` media feature
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL: https://wpt.fyi/results/css/mediaquer...
Keywords: FromImplementor, InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2017-12-01 06:44 PST by Florian Rivoal
Modified: 2023-06-17 15:46 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Rivoal 2017-12-01 06:44:52 PST
The update media query from Media queries level 4 let people tell apart media that responsively update the screen, from those that cannot, or those that can but only slowly.

Authors can use that to style things differently on print vs ebook readers, even though both media are paginated. This kind of nuance was not possible to express just with @media print {...}

The specification is over here:
https://drafts.csswg.org/mediaqueries-4/#descdef-media-update
Comment 1 Radar WebKit Bug Importer 2017-12-01 10:34:01 PST
<rdar://problem/35799713>
Comment 2 Ahmad Saleem 2023-06-05 08:06:03 PDT
Part of Interop 2023. Added 'WPTImpact' tag as well.
Comment 3 Tim Nguyen (:ntim) 2023-06-17 12:00:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/15074
Comment 4 EWS 2023-06-17 15:46:19 PDT
Committed 265277@main (777e46fb4105): <https://commits.webkit.org/265277@main>

Reviewed commits have been landed. Closing PR #15074 and removing active labels.