[css3-page] implement @page margin boxes
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: aleksi.salmela64, Unassigned)
References
(Depends on 2 open bugs, Blocks 3 open bugs)
Details
Attachments
(3 files, 2 obsolete files)
1.55 KB,
text/html
|
Details | |
23.31 KB,
patch
|
Details | Diff | Splinter Review | |
26.30 KB,
text/plain
|
Details |
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Comment 1•13 years ago
|
||
Reporter | ||
Comment 5•13 years ago
|
||
Reporter | ||
Comment 6•13 years ago
|
||
Reporter | ||
Comment 7•13 years ago
|
||
Updated•3 years ago
|
Comment 10•3 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 14 votes.
:emilio, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 11•3 years ago
|
||
@page
margins work now. There are more specific bugs for more specific features (like @page :first, etc).
Comment 12•3 years ago
|
||
Please note that Page-Margin Boxes are very different from page margins, and a specific feature within the CSS3 Paged Media module.
@page { @right-middle { content: "test"; } }
margin boxes are not yet implemented (what this issue is about); but @page { margin: 1px; }
is (what you mentioned as implemented and used to close the issue).
See https://www.w3.org/TR/css-page-3/#margin-boxes for the reference specification of this feature.
Comment 13•3 years ago
|
||
Ah, thanks!
Comment 15•10 months ago
|
||
Chrome has apparently just shipped this crucial feature with version 131:
https://chromestatus.com/feature/5195769732923392
I'm a long-time loyal Firefox user and developer, but this feature is really important to me.
So I'm afraid if that doesn't get added also to Firefox soon, I'll have to do the switch to Chrome as well...
Updated•3 months ago
|
Description
•