WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Florian Rivoal
Comment 1
2017-11-30 22:13:45 PST
Comment hidden (obsolete)
This should be marked as blocking
https://bugzilla.mozilla.org/show_bug.cgi?id=1312621
Florian Rivoal
Comment 2
2017-11-30 22:14:30 PST
Comment hidden (obsolete)
Oops, the comment above went into the wrong bug system. Feel free to delete it (and this one) if deleting comment is possible.
Radar WebKit Bug Importer
Comment 3
2017-12-04 08:10:37 PST
<
rdar://problem/35829620
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug