Template:Break-after/doc
This is a documentation subpage for Template:Break-after. It contains usage information, categories, and other content that is not part of the original template page. |
Usage
editThis template generates the equivalent of CSS3 style property break-after
[1]
On Webkit browsers (Safari, Chrome, Chromium), it uses the experimental property -webkit-column-break-after
.
Use it in CSS style properties to force a column break after a child element of a multi-column element.
Example
edit{{break-after|always}}
gives:-webkit-column-break-after:always;break-after:always;
References
edit- ↑ CSS Multi-column Layout Module, W3C specification.
See also
edit- {{break-before}}, {{break-inside}} — style properties for child elements.
- {{column-count}}, {{column-width}}, {{column-gap}}, {{column-rule}} — style properties for parent multi-column elements.