Bug 191803

Summary: Legacy page-break-{before,after} shorthands are never serialized.
Product: WebKit Reporter: Emilio Cobos Álvarez (:emilio) <emilio>
Component: CSSAssignee: Joonghun Park <jh718.park>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: darin, gyuyoung.kim, jh718.park, koivisto, simon.fraser, zalan
Priority: P2 Keywords: FromImplementor
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 197656    
Bug Blocks:    

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
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.