vivaldi/panels/CSS/prop-paged.html
Stian Lund 60e2138a12 commit
2024-08-05 18:15:25 +02:00

49 lines
2.7 KiB
HTML
Executable File

<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/css.ico">
<meta name=description content="Rijk's CSS Quick Reference - pick style properties, selectors, values, at-rules etc from the lists and see their specification right in the CSS modules.">
<base target="_content">
<title>CSS - Paged Media Properties</title>
<link rel=stylesheet href="../res/qr.css">
<nav>
<a href="index.html" title="CSS Properties Index" target="_self">All</a><a href="prop-visual.html" title="Visual Media Properties" target="_self">Vis</a><a href="prop-interactive.html" title="Interactive Properties" target="_self">Int</a><a href="prop-paged.html" title="Page-break Properties" target="_self" id="current">Pg</a><a href="prop-speech.html" title="Speech Properties" target="_self">Sp</a>
<a href="sel.html" title="Selectors" target="_self">Sel</a><a href="val.html" title="Value Types" target="_self">Val</a><a href="at.html" title="@ Rules" target="_self">@</a>
<a href="toc.html" title="CSS 3 Table of Contents" target="_self">TOCs</a>
</nav>
<h1>Properties for Paged media</h1>
<h2>Multi-column Layout Module CR&nbsp;2011-04-12</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-multicol/#break-after">break-after</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#break-before">break-before</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#break-inside">break-inside</a>
<li><a href="http://www.w3.org/TR/css3-multicol/#column-fill">column-fill</a>
</ul>
<h2>CSS Level 2 Revision 1 Rec&nbsp;2011-06-07</h2>
<ul>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-orphans">orphans</a>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-after">page-break-after</a>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-before">page-break-before</a>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-page-break-inside">page-break-inside</a>
<li><a href="http://www.w3.org/TR/CSS21/page.html#propdef-widows">widows</a>
</ul>
<h2>Paged Media Module Level 3 WD&nbsp;2013-03-14</h2>
<ul>
<li><a href="http://www.w3.org/TR/css3-page/#page-size-prop">size</a>
<li><a href="http://www.w3.org/TR/css3-page/#using-named-pages">page</a>
<!--
<li><a href="http://www.w3.org/TR/css3-page/#image-orientation">image-orientation</a>
<li><a href="http://www.w3.org/TR/css3-page/#orphans">orphans</a>
<li><a href="http://www.w3.org/TR/css3-page/#page-break-before">page-break-before</a>
<li><a href="http://www.w3.org/TR/css3-page/#page-break-after">page-break-after</a>
<li><a href="http://www.w3.org/TR/css3-page/#page-break-inside">page-break-inside</a>
<li><a href="http://www.w3.org/TR/css3-page/#widows">widows</a>-->
</ul>