Skip to content

Commit 83c0b8e

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402342
1 parent 884eebe commit 83c0b8e

28 files changed

Lines changed: 94 additions & 99 deletions

css2/about.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h2><a name="q3">1.3 How the specification is organized</a></h2>
156156

157157
<dd>Appendixes contain information about <a href="aural.html">aural
158158
properties</a> (non-normative), <a href="sample.html">a
159-
sample style sheet for HTML 4.0</a>, <a href="changes.html">changes
159+
sample style sheet for HTML 4</a>, <a href="changes.html">changes
160160
from CSS2</a>, <a href="grammar.html">the grammar of CSS&nbsp;2.1</a>,
161161
a list of normative and informative <a href="refs.html">references</a>,
162162
and two indexes: one for
@@ -400,8 +400,9 @@ <h3><a name="q15">1.4.4 Notes and examples</a></h3>
400400
<P>All examples that illustrate illegal usage are clearly
401401
marked as "ILLEGAL EXAMPLE".
402402

403-
<P>All HTML examples conform to the HTML 4.0 strict DTD (defined in
404-
<a href="refs.html#ref-HTML40" rel="biblioentry" class="noxref"><span class="normref">[HTML40]</span></a>) unless otherwise indicated by a document type declaration.
403+
<P>HTML examples lacking DOCTYPE declarations are SGML Text Entities
404+
conforming to the HTML 4.01 Strict DTD <a href="refs.html#ref-HTML4" rel="biblioentry" class="noxref"><span class="normref">[HTML4]</span></a>. Other HTML examples
405+
conform to the DTDs given in the examples.
405406

406407
<P>All notes are informative only.
407408

@@ -485,7 +486,7 @@ <H2>1.6 <a name="copyright">Copyright Notice</a></H2>
485486
<ol>
486487
<li>A link or URL to the original W3C document.</li>
487488
<li>The pre-existing copyright notice of the original author, or if it
488-
doesn't exist, a notice of the form: "Copyright © [$date-of-document] <a
489+
doesn't exist, a notice of the form: "Copyright &copy; [$date-of-document] <a
489490
href="http://www.w3.org/">World Wide Web Consortium</a>, (<a
490491
href="http://www.lcs.mit.edu/">Massachusetts Institute of Technology</a>,
491492
<a href="http://www.inria.fr/"> Institut National de Recherche en
@@ -507,7 +508,7 @@ <H2>1.6 <a name="copyright">Copyright Notice</a></H2>
507508
(documented in the <a
508509
href="http://www.w3.org/Consortium/Legal/IPR-FAQ.html">Copyright
509510
FAQ</a>) are satisfied,
510-
the right to create modifications or derivatives is sometimes granted by the
511+
the right to create modifications or derivatives is sometimes granted by the
511512
W3C to individuals complying with those requirements.</p>
512513

513514
<p>THIS DOCUMENT IS PROVIDED &quot;AS IS,&quot; AND COPYRIGHT HOLDERS MAKE NO

css2/aural.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,8 +1129,8 @@ <h3>A.11.1 <a name="speak-headers">Speaking headers:</a> the <a href="aural.html
11291129
</dl>
11301130

11311131
<p>Each document language may have different mechanisms that allow
1132-
authors to specify headers. For example, in HTML 4.0 (<a href="refs.html#ref-HTML40" rel="biblioentry" class="noxref"><span class="normref">[HTML40]</span></a>), it
1133-
is possible to specify header information with three different
1132+
authors to specify headers. For example, in HTML 4 (<a href="refs.html#ref-HTML4" rel="biblioentry" class="noxref"><span class="normref">[HTML4]</span></a>),
1133+
it is possible to specify header information with three different
11341134
attributes ("headers", "scope", and "axis"), and the specification
11351135
gives an algorithm for determining header information when these
11361136
attributes have not been specified.</p>
@@ -1246,7 +1246,7 @@ <h3>A.11.1 <a name="speak-headers">Speaking headers:</a> the <a href="aural.html
12461246

12471247
<h2>A.12 <a name="sample">Sample style sheet for HTML</a></h2>
12481248

1249-
<p>This style sheet describes a possible rendering of HTML 4.0:
1249+
<p>This style sheet describes a possible rendering of HTML 4:
12501250

12511251
<pre>
12521252
@media aural {

css2/box.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <H2>8.2 <a name="mpb-examples">Example of margins, padding, and borders</a></H2>
129129
interact. The example HTML document:
130130

131131
<pre class="html-example">
132-
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;
132+
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"&gt;
133133
&lt;HTML&gt;
134134
&lt;HEAD&gt;
135135
&lt;TITLE&gt;Examples of margins, padding, and borders&lt;/TITLE&gt;

css2/cascade.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33

44
<HEAD>
@@ -130,7 +130,7 @@ <h3>6.1.4 <span class="index-def" title="actual value">
130130
<h2>6.2 <a name="inheritance">Inheritance</a></h2>
131131

132132
<p>Some values are inherited by the children of an element in the <a
133-
href="conform.html#doctree">document tree</a>,as described <a
133+
href="conform.html#doctree">document tree</a>, as described <a
134134
href="#specified-value">above</a>. Each property <a
135135
href="about.html#property-defs">defines</a> whether it is inherited or
136136
not.
@@ -433,7 +433,7 @@ <H3>6.4.3 <a name="specificity">Calculating a selector's specificity</a></H3>
433433
</PRE>
434434
</div>
435435

436-
<div class="html-example"><P>
436+
<div class="html-example">
437437

438438
<pre>
439439
&lt;HEAD&gt;

css2/changes.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33

44
<HEAD>
@@ -797,15 +797,15 @@ <h3 id="x64"><a name="q74">C.4.14 </a><a href="visuren.html#direction">Section 9
797797
</blockquote>
798798

799799
<p>the word "ignore" meant that if a 'unicode-bidi' or 'direction'
800-
value conflicts with the HTML 4.0 "dir" attribute value, then user
800+
value conflicts with the HTML 4 "dir" attribute value, then user
801801
agents may choose to use the "dir" value rather than the CSS
802802
properties.
803803

804804
<p>User agents are not required to support the <a href="visuren.html#propdef-direction" class="noxref"><span
805805
class="propinst-direction">'direction'</span></a> and <a href="visuren.html#propdef-unicode-bidi" class="noxref"><span
806806
class="propinst-unicode-bidi">'unicode-bidi'</span></a> properties to
807807
conform to CSS2 unless they support bi-directional text rendering
808-
(except for the case of HTML 4.0 as noted above).
808+
(except for the case of HTML 4 as noted above).
809809

810810
<p>The sentence has been rewritten to be clearer.
811811

css2/colors.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33

44
<head>
@@ -125,7 +125,7 @@ <h2><a name="q2">14.2 The background</a></h2>
125125
HTML document will have a "marble" background:
126126
</p>
127127
<pre>
128-
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;
128+
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"&gt;
129129
&lt;TITLE&gt;Setting the canvas background&lt;/TITLE&gt;
130130
&lt;STYLE type="text/css"&gt;
131131
BODY { background: url("http://example.com/marble.png") }

css2/conform.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33

44
<HEAD>
@@ -286,7 +286,7 @@ <H2><a name="q1">3.1 Definitions</a></H2>
286286
<p>Here is an example of a source document written in HTML:
287287

288288
<PRE>
289-
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;
289+
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"&gt;
290290
&lt;HTML&gt;
291291
&lt;TITLE&gt;My home page&lt;/TITLE&gt;
292292
&lt;BODY&gt;
@@ -308,7 +308,7 @@ <H2><a name="q1">3.1 Definitions</a></H2>
308308
<P><IMG src="images/doctree.png" alt="Sample document tree"><SPAN class="dlink">&nbsp;&nbsp;&nbsp;<A name="img-doctree" href="images/longdesc/doctree-desc.html" title="Long description for sample document tree diagram">[D]</A></SPAN></p>
309309
</div>
310310

311-
<P>According to the definition of HTML 4.0, HEAD elements will be
311+
<P>According to the definition of HTML 4, HEAD elements will be
312312
inferred during parsing and become part of the document tree even if
313313
the "head" tags are not in the document source. Similarly, the parser
314314
knows where the P and LI elements end, even though there are no
@@ -364,7 +364,7 @@ <h2>3.2 <a name="conformance">Conformance</a></h2>
364364
href="cascade.html">cascading and inheritance</a>.
365365

366366
<li>If the source document comes with alternate style sheet sets (such as
367-
with the "alternate" keyword in HTML 4.0 <a href="refs.html#ref-HTML40" rel="biblioentry" class="noxref"><span class="informref">[HTML40]</span></a>), the UA must
367+
with the "alternate" keyword in HTML 4 <a href="refs.html#ref-HTML4" rel="biblioentry" class="noxref"><span class="informref">[HTML4]</span></a>), the UA must
368368
allow the user to select which style sheet set the UA should apply.
369369

370370
<li>The UA must allow the user to turn off the influence of author style sheets.

css2/cover.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h2><a name="minitoc">Quick Table of Contents</a></h2>
283283
<li class="tocline1"><a href="aural.html" class="tocxref">Appendix A. Aural style sheets</a>
284284
<li class="tocline1"><a href="refs.html" class="tocxref">Appendix B. Bibliography</a>
285285
<li class="tocline1"><a href="changes.html" class="tocxref">Appendix C. Changes</a>
286-
<li class="tocline1"><a href="sample.html" class="tocxref">Appendix D. Default style sheet for HTML 4.0</a>
286+
<li class="tocline1"><a href="sample.html" class="tocxref">Appendix D. Default style sheet for HTML 4</a>
287287
<li class="tocline1"><a href="zindex.html" class="tocxref">Appendix E. Elaborate description of Stacking Contexts</a>
288288
<li class="tocline1"><a href="propidx.html" class="tocxref">Appendix F. Full property table</a>
289289
<li class="tocline1"><a href="grammar.html" class="tocxref">Appendix G. Grammar of CSS&nbsp;2.1</a>
@@ -821,7 +821,7 @@ <h2><a name="toc">Full Table of Contents</a></h2>
821821
<li class="tocline3"><a href="changes.html#q96" class="tocxref">C.4.36 Appendix E. References</a>
822822
</ul>
823823
</ul>
824-
<li class="tocline1"><a href="sample.html" class="tocxref">Appendix D. Default style sheet for HTML 4.0</a>
824+
<li class="tocline1"><a href="sample.html" class="tocxref">Appendix D. Default style sheet for HTML 4</a>
825825
<li class="tocline1"><a href="zindex.html" class="tocxref">Appendix E. Elaborate description of Stacking Contexts</a>
826826
<ul class="toc">
827827
<li class="tocline2"><a href="zindex.html#q1" class="tocxref">E.1 Definitions</a>

css2/fonts.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
2-
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
32
<html lang="en">
43

54
<head>

css2/generate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -874,7 +874,7 @@ <h3>12.5.1 <a name="lists">Lists:</a> the <a href="generate.html#propdef-list-st
874874
For example, the following HTML document:
875875

876876
<PRE>
877-
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;
877+
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"&gt;
878878
&lt;HTML&gt;
879879
&lt;HEAD&gt;
880880
&lt;TITLE&gt;Lowercase latin numbering&lt;/TITLE&gt;

0 commit comments

Comments
 (0)