File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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".
866866is misleading. The 'speak' property resembles 'visibility' in
867867some 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.
You can’t perform that action at this time.
0 commit comments