8000 [css2] Generated. Do not edit! · w3c/csswg-drafts@49c3604 · GitHub 8000
Skip to content

Commit 49c3604

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402940
1 parent b933cbe commit 49c3604

29 files changed

Lines changed: 78 additions & 44 deletions

File tree

css2/about.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<HEAD>
66
<TITLE>About the CSS&nbsp;2.1 Specification</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" type="text/css">
99
<link rel="prev" href="cover.html">
1010
<link rel="next" href="intro.html">
1111
<link rel="contents" href="cover.html#minitoc">
@@ -249,14 +249,17 @@ <h4>1.4.2.1 <a name="value-defs">Value</a></h4>
249249
exactly one of them must occur.
250250
<li>A double bar (||) separates
251251
two or more options: one or more of them must occur, in any order.
252+
<li>A double ampersand (&&) separates two or more values all of which
253+
must occur, in any order.
252254
<li>Brackets ([&nbsp;]) are for grouping.
253255
</ul>
254256

255-
<P>Juxtaposition is stronger than the double bar, and the double bar
257+
<P>Juxtaposition is stronger than the double ampersand, the double
258+
ampersand is stronger than the double bar, and the double bar
256259
is stronger than the bar. Thus, the following lines are equivalent:
257260
<PRE>
258-
a b | c || d e
259-
[ a b ] | [ c || [ d e ]]
261+
a b | c || d && e f
262+
[ a b ] | [ c || [ d && [ e f ]]]
260263
</PRE>
261264

262265
<P> Every type, keyword, or bracketed group may be followed by one of
@@ -290,10 +293,11 @@ <h4>1.4.2.1 <a name="value-defs">Value</a></h4>
290293
<EM>Value:</EM> [&lt;family-name&gt; , ]* &lt;family-name&gt;<BR>
291294
<EM>Value:</EM> &lt;uri&gt;? &lt;color&gt; [ / &lt;color&gt; ]?<BR>
292295
<EM>Value:</EM> &lt;uri&gt; || &lt;color&gt;<BR>
296+
<EM>Value:</EM> inset? && [ &lt;length&gt;{2,4} && &lt;color&gt;? ]
293297
</BLOCKQUOTE>
294298

295299
<p>Value types are specified in terms of tokens, as described in <a
296-
href="grammar.html#q2">Appendix G.2</a>. As the grammar allows spaces
300+
href="grammar.html#scanner">Appendix G.2</a>. As the grammar allows spaces
297301
between tokens in the components of the <code>expr</code> production,
298302
spaces may appear between tokens in values.
299303

css2/aural.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<HEAD>
66
<TITLE>Aural style sheets</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" type="text/css">
99
<link rel="prev" href="ui.html">
1010
<link rel="next" href="refs.html">
1111
<link rel="contents" href="cover.html#minitoc">

css2/box.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<HEAD>
66
<TITLE>Box model</TITLE>
77
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
8+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" type="text/css">
99
<link rel="prev" href="media.html">
1010
<link rel="next" href="visuren.html">
1111
<link rel="contents" href="cover.html#minitoc">

css2/cascade.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<HEAD>
55
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" type="text/css">
88
<link rel="prev" href="selector.html">
99
<link rel="next" href="media.html">
1010
<link rel="contents" href="cover.html#minitoc">

css2/changes.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<HEAD>
55
<TITLE>Changes</TITLE>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" type="text/css">
88
<link rel="prev" href="refs.html">
99
<link rel="next" href="sample.html">
1010
<link rel="contents" href="cover.html#minitoc">
@@ -415,6 +415,7 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
415415
<li class="tocline3"><a href="changes.html#q378" class="tocxref">C.5.91 Section&nbsp;G.2 Lexical scanner</a>
416416
<li class="tocline3"><a href="changes.html#q379" class="tocxref">C.5.92 Appendix&nbsp;I. Index</a>
417417
</ul>
418+
<li class="tocline2"><a href="changes.html#errata2" class="tocxref">C.6 Errata since the Candidate Recommendation of April 2009</a>
418419
</ul>
419420
</div>
420421
<P><em>This appendix is informative, not normative.</em></P>
@@ -426,7 +427,8 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
426427
href="#changes">changes</a> and <a href="#new">additions.</a>
427428
Typographical errors are not listed here.</P>
428429

429-
<p>In addition, this chapter lists the <a href="#errata">errata</a>
430+
<p>In addition, this chapter lists the <a href="#errata">errata
431+
(part&nbsp;1</a> and <a href="#errata2">part&nbsp;2)</a>
430432
that were subsequently applied to CSS&nbsp;2.1 since it became a
431433
Candidate Recommendation in July 2007.
432434

@@ -4451,6 +4453,16 @@ <h3 id=s.I><a name="q379">C.5.92 </a><a href="/TR/2007/CR-CSS21-20070719/indexli
44514453

44524454
<p>Add a TITLE attribute to all links and which is equal to the lemma.
44534455

4456+
<h2>C.6 <a name=errata2>Errata since the Candidate Recommendation of April
4457+
2009</a></h2>
4458+
4459+
<p>These are the errata for <a
4460+
href="http://www.w3.org/TR/2009/CR-CSS2-20090423">CSS level 2
4461+
revision 1, CR version of 23 April 2009.</a> These corrections have the
4462+
status of a draft.
4463+
4464+
<p>There are no errata at this point.
4465+
44544466

44554467
<hr class="navbar">
44564468

css2/colors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>Colors and backgrounds</title>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" type="text/css">
88
<link rel="prev" href="page.html">
99
<link rel="next" href="fonts.html">
1010
<link rel="contents" href="cover.html#minitoc">

css2/conform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<HEAD>
55
<TITLE>Conformance: requirements and recommendations</TITLE>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" type="text/css">
88
<link rel="prev" href="intro.html">
99
<link rel="next" href="syndata.html">
1010
<link rel="contents" href="cover.html#minitoc">

css2/cover.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<title>Cascading Style Sheets Level 2 Revision 1 (CSS&nbsp;2.1) Specification</title>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" type="text/css">
88
<link rel="next" href="about.html">
99
<link rel="contents" href="cover.html#minitoc">
1010
<link rel="CSS-properties" href="propidx.html" title="properties">
@@ -25,18 +25,18 @@
2525
src="http://www.w3.org/Icons/w3c_home" width="72"></a>
2626

2727
<h1 id="title">Cascading Style Sheets Level 2 Revision 1 (CSS&nbsp;2.1) Specification</h1>
28-
<h2 id="W3C-doctype">W3C Candidate Recommendation 23 April 2009</h2>
28+
<h2 id="W3C-doctype">W3C Member-only Draft DD MMMMM YYYY</h2>
2929

3030
<dl>
3131
<dt>This version:
32-
<dd><a href="http://www.w3.org/TR/2009/CR-CSS2-20090423">
33-
http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
32+
<dd><a href="http://www.w3.org/TR/YYYY/MO-CSS2-YYYYMMDD">
33+
http://www.w3.org/TR/YYYY/MO-CSS2-YYYYMMDD</a>
3434
<dt>Latest version:
3535
<dd><a href="http://www.w3.org/TR/CSS2">
3636
http://www.w3.org/TR/CSS2</a>
3737
<dt>Previous versions:
38-
<dd><a href="http://www.w3.org/TR/2007/CR-CSS21-20070719">
39-
http://www.w3.org/TR/2007/CR-CSS21-20070719</a>
38+
<dd><a href="http://www.w3.org/TR/2009/CR-CSS2-20090423">
39+
http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
4040
<dd><a href="http://www.w3.org/TR/2008/REC-CSS2-20080411/">
4141
http://www.w3.org/TR/2008/REC-CSS2-20080411/</a>
4242
<dt>Editors:
@@ -55,7 +55,7 @@ <h2 id="W3C-doctype">W3C Candidate Recommendation 23 April 2009</h2>
5555
</dl>
5656

5757
<p>Please refer to the <a
58-
href="http://www.w3.org/Style/css2-updates/CR-CSS2-20090423-errata.html"><strong>
58+
href="http://www.w3.org/Style/css2-updates/MO-CSS2-YYYYMMDD-errata.html"><strong>
5959
errata</strong></a> for this document.
6060

6161
<p>This document is also available in these non-normative formats:
@@ -1139,6 +1139,7 @@ <h2><a name="toc">Full Table of Contents</a></h2>
11391139
<li class="tocline3"><a href="changes.html#q378" class="tocxref">C.5.91 Section&nbsp;G.2 Lexical scanner</a>
11401140
<li class="tocline3"><a href="changes.html#q379" class="tocxref">C.5.92 Appendix&nbsp;I. Index</a>
11411141
</ul>
1142+
<li class="tocline2"><a href="changes.html#errata2" class="tocxref">C.6 Errata since the Candidate Recommendation of April 2009</a>
11421143
</ul>
11431144
<li class="tocline1"><a href="sample.html" class="tocxref">Appendix D. Default style sheet for HTML 4</a>
11441145
<li class="tocline1"><a href="zindex.html" class="tocxref">Appendix E. Elaborate description of Stacking Contexts</a>

css2/css2.html

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,6 +1134,7 @@ <h2><a name="toc">Full Table of Contents</a></h2>
11341134
<li class="tocline3"><a href="changes.html#q378" class="tocxref">C.5.91 Section&nbsp;G.2 Lexical scanner</a>
11351135
<li class="tocline3"><a href="changes.html#q379" class="tocxref">C.5.92 Appendix&nbsp;I. Index</a>
11361136
</ul>
1137+
<li class="tocline2"><a href="changes.html#errata2" class="tocxref">C.6 Errata since the Candidate Recommendation of April 2009</a>
11371138
</ul>
11381139
<li class="tocline1"><a href="sample.html" class="tocxref">Appendix D. Default style sheet for HTML 4</a>
11391140
<li class="tocline1"><a href="zindex.html" class="tocxref">Appendix E. Elaborate description of Stacking Contexts</a>
@@ -1386,14 +1387,17 @@ <h4>1.4.2.1 <a name="value-defs">Value</a></h4>
13861387
exactly one of them must occur.
13871388
<li>A double bar (||) separates
13881389
two or more options: one or more of them must occur, in any order.
1390+
<li>A double ampersand (&&) separates two or more values all of which
1391+
must occur, in any order.
13891392
<li>Brackets ([&nbsp;]) are for grouping.
13901393
</ul>
13911394

1392-
<P>Juxtaposition is stronger than the double bar, and the double bar
1395+
<P>Juxtaposition is stronger than the double ampersand, the double
1396+
ampersand is stronger than the double bar, and the double bar
13931397
is stronger than the bar. Thus, the following lines are equivalent:
13941398
<PRE>
1395-
a b | c || d e
1396-
[ a b ] | [ c || [ d e ]]
1399+
a b | c || d && e f
1400+
[ a b ] | [ c || [ d && [ e f ]]]
13971401
</PRE>
13981402

13991403
<P> Every type, keyword, or bracketed group may be followed by one of
@@ -1427,10 +1431,11 @@ <h4>1.4.2.1 <a name="value-defs">Value</a></h4>
14271431
<EM>Value:</EM> [&lt;family-name&gt; , ]* &lt;family-name&gt;<BR>
14281432
<EM>Value:</EM> &lt;uri&gt;? &lt;color&gt; [ / &lt;color&gt; ]?<BR>
14291433
<EM>Value:</EM> &lt;uri&gt; || &lt;color&gt;<BR>
1434+
<EM>Value:</EM> inset? && [ &lt;length&gt;{2,4} && &lt;color&gt;? ]
14301435
</BLOCKQUOTE>
14311436

14321437
<p>Value types are specified in terms of tokens, as described in <a
1433-
href="grammar.html#q2">Appendix G.2</a>. As the grammar allows spaces
1438+
href="grammar.html#scanner">Appendix G.2</a>. As the grammar allows spaces
14341439
between tokens in the components of the <code>expr</code> production,
14351440
spaces may appear between tokens in values.
14361441

@@ -19686,6 +19691,7 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
1968619691
<li class="tocline3"><a href="changes.html#q378" class="tocxref">C.5.91 Section&nbsp;G.2 Lexical scanner</a>
1968719692
<li class="tocline3"><a href="changes.html#q379" class="tocxref">C.5.92 Appendix&nbsp;I. Index</a>
1968819693
</ul>
19694+
<li class="tocline2"><a href="changes.html#errata2" class="tocxref">C.6 Errata since the Candidate Recommendation of April 2009</a>
1968919695
</ul>
1969019696
</div>
1969119697
<P><em>This appendix is informative, not normative.</em></P>
@@ -19697,7 +19703,8 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
1969719703
href="#changes">changes</a> and <a href="#new">additions.</a>
1969819704
Typographical errors are not listed here.</P>
1969919705

19700-
<p>In addition, this chapter lists the <a href="#errata">errata</a>
19706+
<p>In addition, this chapter lists the <a href="#errata">errata
19707+
(part&nbsp;1</a> and <a href="#errata2">part&nbsp;2)</a>
1970119708
that were subsequently applied to CSS&nbsp;2.1 since it became a
1970219709
Candidate Recommendation in July 2007.
1970319710

@@ -23722,6 +23729,16 @@ <h3 id=s.I><a name="q379">C.5.92 </a><a href="/TR/2007/CR-CSS21-20070719/indexli
2372223729

2372323730
<p>Add a TITLE attribute to all links and which is equal to the lemma.
2372423731

23732+
<h2>C.6 <a name=errata2>Errata since the Candidate Recommendation of April
23733+
2009</a></h2>
23734+
23735+
<p>These are the errata for <a
23736+
href="http://www.w3.org/TR/2009/CR-CSS2-20090423">CSS level 2
23737+
revision 1, CR version of 23 April 2009.</a> These corrections have the
23738+
status of a draft.
23739+
23740+
<p>There are no errata at this point.
23741+
2372523742

2372623743
<hr class="navbar">
2372723744

css2/fonts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<title>Fonts</title>
66
<link rel="stylesheet" href="style/default.css" type="text/css">
7-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-CR.css" type="text/css">
7+
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-MO.css" type="text/css">
88
<link rel="prev" href="colors.html">
99
<link rel="next" href="text.html">
1010
<link rel="contents" href="cover.html#minitoc">

0 commit comments

Comments
 (0)