Open
Bug 1397484
Opened 8 years ago
Updated 3 years ago
stylo: Consider converting `:-moz-page-content` selectors to just use @page
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: canova, Unassigned)
References
Details
Currently we have a special case for `:-moz-page-content` pseudo element and @page rules inside `Servo_ComputedValues_GetForAnonymousBox` function. Instead of keeping this special case, we can just use @page with arbitrary properties in UA sheets and use those to style the `:-moz-page-content`.
That shouldn't block stylo since @page rule works correctly after bug 1394035. We can just make it better.
Updated•8 years ago
|
Summary: stylo: Convert `:-moz-page-content` to just use @page → stylo: Consider converting `:-moz-page-content` selectors to just use @page
Updated•8 years ago
|
Priority: -- → P4
Updated•8 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Comment 1•7 years ago
|
||
status-firefox59:
--- → ?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•