Bug 191803 - Legacy page-break-{before,after} shorthands are never serialized.
Summary: Legacy page-break-{before,after} shorthands are never serialized.
Status: RESOLVED DUPLICATE of bug 197656
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joonghun Park
URL:
Keywords: FromImplementor
Depends on: 197656
Blocks:
  Show dependency treegraph
 
Reported: 2018-11-17 02:44 PST by Emilio Cobos Álvarez (:emilio)
Modified: 2019-05-14 04:26 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emilio Cobos Álvarez (:emilio) 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"
Comment 1 Joonghun Park 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 ***