[Webkit-unassigned] [Bug 191803] New: Legacy page-break-{before, after} shorthands are never serialized.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 17 02:44:19 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=191803
Bug ID: 191803
Summary: Legacy page-break-{before,after} shorthands are never
serialized.
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: emilio at crisal.io
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"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181117/3acdc949/attachment-0001.html>
More information about the webkit-unassigned
mailing list