Closed
Bug 1445957
Opened 7 years ago
Closed 1 year ago
CSS @page :first rule not being applied
Categories
(Core :: Printing: Output, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1833471
People
(Reporter: jackjkelly1506, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180310025718
Steps to reproduce:
When using the '@page :first' rule, on both my own site and running the example given at https://developer.mozilla.org/en-US/docs/Web/CSS/:first
Actual results:
All pages had the same margins, even when an obvious change should be noticed e.g.
@page { margin:0cm }
@page :first {margin:5cm}
Expected results:
should be able to set margins for the first page using the '@page :first' rule.
Comment 2•4 years ago
|
||
The linked page says that :first isn't supported in Firefox.
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Duplicate of bug: 1833471
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•