Bug 191803
Summary: | Legacy page-break-{before,after} shorthands are never serialized. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Emilio Cobos Álvarez (:emilio) <emilio> |
Component: | CSS | Assignee: | 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)
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
I close this issue because this issue has been addressed in 197656.
*** This bug has been marked as a duplicate of bug 197656 ***