Skip to content

Commit 223c6e0

Browse files
committed
[css2] Added optional pseudo class after page selector. NOTE: grammar must be updated as well
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401450
1 parent 7220c44 commit 223c6e0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/page.src

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: page.src,v 2.20 1998-03-27 12:19:55 bbos Exp $ -->
3+
<!-- $Id: page.src,v 2.21 1998-04-06 23:43:45 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Paged media</TITLE>
@@ -85,7 +85,8 @@ do not apply to pages; they may in the future.
8585

8686
<P>Authors specify the dimensions, orientation, margins, etc. of a
8787
page box within an <span class="index-def" title="@page">@page</span>
88-
rule. An @page rule consists of the keyword "@page", a page selector,
88+
rule. An @page rule consists of the keyword "@page", a page selector
89+
(followed with no intervening space by an optional page pseudo-class),
8990
and a block of declarations (said to be in the <span class="index-def"
9091
title="page-context"><a name="page-context"><dfn>page
9192
context</dfn></a></span>).</p>

0 commit comments

Comments
 (0)