Bug 180245
Summary: | [MQ4] Implement `update` media feature | ||
---|---|---|---|
Product: | WebKit | Reporter: | Florian Rivoal <florian> |
Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ahmad.saleem792, sebastianzartner, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | FromImplementor, InRadar, WPTImpact |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
URL: | https://wpt.fyi/results/css/mediaqueries/test_media_queries.html?label=experimental&label=master&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2023-mediaqueries |
Florian Rivoal
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/35799713>
Ahmad Saleem
Part of Interop 2023. Added 'WPTImpact' tag as well.
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/15074
EWS
Committed 265277@main (777e46fb4105): <https://commits.webkit.org/265277@main>
Reviewed commits have been landed. Closing PR #15074 and removing active labels.