Skip to content

Commit 7291a45

Browse files
committed
[css2] Fixed @page location in Appendix A
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401830
1 parent 2cbcbae commit 7291a45

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

css2/errata.src

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ hspace="0"></a><br clear="all"></p>
2525
<dd><a href="_THE_UPDATE_DIR_/_THE_ID_-errata.html">
2626
_THE_UPDATE_DIR_/_THE_ID_-errata.html</a>
2727
<dt>Last revised:
28-
<dd>$Date: 2000-08-08 17:25:50 $
28+
<dd>$Date: 2000-08-08 17:31:02 $
2929
</dl>
3030

3131
<dl>
@@ -866,6 +866,19 @@ from "Dark shadow" to "Highlight color".
866866
is misleading. The 'speak' property resembles 'visibility' in
867867
some ways and 'display' in others.
868868

869+
<h3><a href="sample.html">Appendix A</a></h3>
870+
871+
<P>The @page rule should be entirely outside the @media block:
872+
873+
<PRE>
874+
@page { margin: 10% }
875+
@media print {
876+
H1, H2, H3,
877+
...
878+
}
879+
</PRE>
880+
881+
869882
<h2><a name="changes">Changes</a></h2>
870883

871884
<P>The following changes are proposed by the CSS Working Group.

0 commit comments

Comments
 (0)