Open
Bug 1789317
Opened 3 years ago
Updated 3 years ago
[css-break-4] Implement `always` keyword for `break-before` and `break-after` properties
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: sebo, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed)
The CSS Fragmentation Module Level 4 defines an always
keyword for the break-before
and break-after
properties that forces a break before or after a principle box.
This bug is meant to implement this value.
(There's also a related all
value, though it's unclear whether it will actually be needed.)
Sebastian
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•