8000 [CSS21] Generated. · w3c/csswg-drafts@b739b88 · GitHub
Skip to content

Commit b739b88

Browse files
committed
[CSS21] Generated.
1 parent 28601b2 commit b739b88

28 files changed

Lines changed: 1845 additions & 1794 deletions

css21/about.html

Lines changed: 9 additions & 7 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-ED.css" type="text/css">
8+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-REC.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">
@@ -24,7 +24,7 @@
2424
</div>
2525
<hr class="navbar">
2626

27-
<H1><a name="q0">1 About the CSS&nbsp;2.1 Specification</a></H1>
27+
<H1><a name="q1.0">1 About the CSS&nbsp;2.1 Specification</a></H1>
2828
<div class="subtoc">
2929
<p><strong>Contents</strong>
3030
<ul class="toc">
@@ -51,7 +51,9 @@ <H1><a name="q0">1 About the CSS&nbsp;2.1 Specification</a></H1>
5151
<li class="tocline2"><a href="about.html#acknowledgements" class="tocxref">1.5 Acknowledgments</a>
5252
</ul>
5353
</div>
54-
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </DIV> </DIV>
54+
<!-- warning -->
55+
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </div> </div>
56+
<!-- /warning -->
5557

5658
<h2>1.1 <a name="css2.1-v-css2">CSS&nbsp;2.1 vs CSS&nbsp;2</a></h2>
5759

@@ -252,7 +254,7 @@ <h4>1.4.2.1 <a name="value-defs">Value</a></h4>
252254
exactly one of them must occur.
253255
<li>A double bar (||) separates
254256
two or more options: one or more of them must occur, in any order.
255-
<li>A double ampersand (&amp;&amp;) separates two or more components, all of which
257+
<li>A double ampersand (&&) separates two or more components, all of which
256258
must occur, in any order.
257259
<li>Brackets ([&nbsp;]) are for grouping.
258260
</ul>
@@ -261,8 +263,8 @@ <h4>1.4.2.1 <a name="value-defs">Value</a></h4>
261263
ampersand is stronger than the double bar, and the double bar
262264
is stronger than the bar. Thus, the following lines are equivalent:
263265
<PRE>
264-
a b | c || d &amp;&amp; e f
265-
[ a b ] | [ c || [ d &amp;&amp; [ e f ]]]
266+
a b | c || d && e f
267+
[ a b ] | [ c || [ d && [ e f ]]]
266268
</PRE>
267269

268270
<P> Every type, keyword, or bracketed group may be followed by one of
@@ -296,7 +298,7 @@ <h4>1.4.2.1 <a name="value-defs">Value</a></h4>
296298
<EM>Value:</EM> [&lt;family-name&gt; , ]* &lt;family-name&gt;<BR>
297299
<EM>Value:</EM> &lt;uri&gt;? &lt;color&gt; [ / &lt;color&gt; ]?<BR>
298300
<EM>Value:</EM> &lt;uri&gt; || &lt;color&gt;<BR>
299-
<EM>Value:</EM> inset? &amp;&amp; [ &lt;length&gt;{2,4} &amp;&amp; &lt;color&gt;? ]
301+
<EM>Value:</EM> inset? && [ &lt;length&gt;{2,4} && &lt;color&gt;? ]
300302
</BLOCKQUOTE>
301303

302304
<p>Component values are specified in terms of tokens, as described in <a

css21/aural.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<HEAD>
66
<TITLE>Aural style sheets</TITLE>
77 180B
<link rel="stylesheet" href="style/default.css" type="text/css">
8-
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css">
8+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-REC.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">
@@ -24,7 +24,7 @@
2424
</div>
2525
<hr class="navbar">
2626

27-
<H1><a name="q0">Appendix A. Aural style sheets</a></H1>
27+
<H1><a name="q19.0">Appendix A. Aural style sheets</a></H1>
2828
<div class="subtoc">
2929
<p><strong>Contents</strong>
3030
<ul class="toc">
@@ -51,7 +51,9 @@ <H1><a name="q0">Appendix A. Aural style sheets</a></H1>
5151
<li class="tocline2"><a href="aural.html#Emacspeak" class="tocxref">A.13 Emacspeak</a>
5252
</ul>
5353
</div>
54-
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </DIV> </DIV>
54+
<!-- warning -->
55+
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </div> </div>
56+
<!-- /warning -->
5557

5658
<p>This chapter is informative. UAs are not required to implement the
5759
properties of this chapter in order to conform to CSS 2.1.

css21/box.html

Lines changed: 4 additions & 2 deletions
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-ED.css" type="text/css">
8+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-REC.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">
@@ -45,7 +45,9 @@ <H1>8 <a name="box-model">Box model</a></H1>
4545
<li class="tocline2"><a href="box.html#bidi-box-model" class="tocxref">8.6 The box model for inline elements in bidirectional context</a>
4646
</ul>
4747
</div>
48-
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </DIV> </DIV>
48+
<!-- warning -->
49+
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </div> </div>
50+
<!-- /warning -->
4951

5052
<P>The CSS box model describes the rectangular boxes that are
5153
generated for elements in the <a href="conform.html#doctree">document

css21/cascade.html

Lines changed: 5 additions & 3 deletions
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-ED.css" type="text/css">
7+
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-REC.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">
@@ -24,7 +24,7 @@
2424
<hr class="navbar">
2525

2626

27-
<h1><a name="q0">6 Assigning property values, Cascading, and Inheritance</a></h1>
27+
<h1><a name="q6.0">6 Assigning property values, Cascading, and Inheritance</a></h1>
2828
<div class="subtoc">
2929
<p><strong>Contents</strong>
3030
<ul class="toc">
@@ -49,7 +49,9 @@ <h1><a name="q0">6 Assigning property values, Cascading, and Inheritance</a></h1
4949
</ul>
5050
</ul>
5151
</div>
52-
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </DIV> </DIV>
52+
<!-- warning -->
53+
<div> <input id=annoying-warning type=checkbox title="hide note"> <label for=annoying-warning>(hide)</label> <div class=annoying-warning> <p><strong>Note:</strong> Several sections of this specification have been updated by other specifications. Please, see <a href="https://www.w3.org/TR/CSS/#css" >"Cascading Style Sheets (CSS) &mdash; The Official Definition"</a> in the latest <cite>CSS Snapshot</cite> for a list of specifications and the sections they replace. <p>The CSS Working Group is also developing <a href="http://www.w3.org/TR/CSS22/" >CSS level&nbsp;2 revision&nbsp;2 (CSS&nbsp;2.2).</a> </div> </div>
54+
<!-- /warning -->
5355

5456
<h2>6.1 <a name="value-stages">Specified, computed, and actual values</a></h2>
5557

0 commit comments

Comments
 (0)