NEW 180237
Implement overflow media queries
https://bugs.webkit.org/show_bug.cgi?id=180237
Summary Implement overflow media queries
Florian Rivoal
Reported 2017-11-30 22:10:32 PST
The overflow-block and overflow-inline media queries from Media queries level 4 let people tell apart media that paginate vs media that scroll or media that clip using media features instead of media types. That way, you can do @media (overflow-block: paged) { /* do something smart for pagination */ } and that will do the right thing when printing AND in ebook readers that paginate instead of scrolling, instead of @media print { /* do something smart for pagination */ } which would work on print but fail in ebook readers. The specification is over here: https://drafts.csswg.org/mediaqueries-4/#mf-overflow-block https://drafts.csswg.org/mediaqueries-4/#mf-overflow-inline
Attachments
Florian Rivoal
Comment 1 2017-11-30 22:13:45 PST Comment hidden (obsolete)
Florian Rivoal
Comment 2 2017-11-30 22:14:30 PST Comment hidden (obsolete)
Radar WebKit Bug Importer
Comment 3 2017-12-04 08:10:37 PST
Note You need to log in before you can comment on or make changes to this bug.