Skip to content

Commit 480bece

Browse files
committed
specify that all pages are selected by @page with no page selector
1 parent bd0eff2 commit 480bece

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

css3-page/Overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,9 @@ <h3 id=at-page-rule><span class=secno>5.1 </span>The @page Rule</h3>
746746
id=page-selector>page selector</dfn>. The page selector specifies for
747747
which pages the declarations apply. In CSS3, page selectors can designate
748748
the first page of a document, all left pages, all right pages, or <a
749-
href="#using-named-pages">pages with specific names</a>.</p>
749+
href="#using-named-pages">pages with specific names</a>. If no page
750+
selector is given, then the &lsquo;<code class=css><a
751+
href="#page">@page</a></code>&rsquo; rule applies to all pages.</p>
750752

751753
<p>Properties declared within the page context apply to the page box.</p>
752754

css3-page/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@ <h3 id="at-page-rule">The @page Rule</h3>
440440

441441
<p>The <em class="RFC2119">OPTIONAL</em> page name and <em class="RFC2119">OPTIONAL</em> page pseudo-class constitute the <dfn id="page-selector">page selector</dfn>. The page selector specifies for which
442442
pages the declarations apply. In CSS3, page selectors can designate the first page of a document, all left pages, all
443-
right pages, or <a href="#using-named-pages">pages with specific names</a>.</p>
443+
right pages, or <a href="#using-named-pages">pages with specific names</a>.
444+
If no page selector is given, then the ''@page'' rule applies to all pages.</p>
444445

445446
<p>Properties declared within the page context apply to the page box.</p>
446447

0 commit comments

Comments
 (0)