[Webkit-unassigned] [Bug 192309] New: Implement paged media backgrounds.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 04:45:43 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192309

            Bug ID: 192309
           Summary: Implement paged media backgrounds.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: PDF
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: niels.giesen at gmail.com

In paged media, one should - so it seems - be able to use the background properties on 'pages'.

https://drafts.csswg.org/css-page-3/#painting

We also see this implemented with princexml and https://gitlab.pagedmedia.org/tools/pagedjs

This example code should paint the entire background - so including the marginal area and bleed - red:


    @page {
      background-color: red;
    }

-- 
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/20181203/e879d63e/attachment-0001.html>


More information about the webkit-unassigned mailing list