WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 197656
Bug 191803
Legacy page-break-{before,after} shorthands are never serialized.
https://bugs.webkit.org/show_bug.cgi?id=191803
Summary
Legacy page-break-{before,after} shorthands are never serialized.
Emilio Cobos Álvarez (:emilio)
Reported
2018-11-17 02:44:19 PST
STR:
> document.body.style.pageBreakAfter = "always"
< "always"
> document.body.style.pageBreakAfter
< "" Yet still the new properties properly serialize as expected:
> document.body.style.cssText
< "break-after: page;"
> document.body.style.breakAfter
< "page"
Attachments
Add attachment
proposed patch, testcase, etc.
Joonghun Park
Comment 1
2019-05-14 04:26:45 PDT
I close this issue because this issue has been addressed in 197656. *** This bug has been marked as a duplicate of
bug 197656
***
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