@@ -1904,7 +1904,7 @@ <H2 id=defs><a name="q1">3.1 Definitions</a></H2>
19041904inheritance</a>.
19051905
19061906<dt><strong><span class="index-def" title="valid style
1907- sheet|validity">> <a name="valid-style-sheet">Valid style
1907+ sheet|validity"><a name="valid-style-sheet">Valid style
19081908sheet</a></span></strong>
19091909
19101910<dd>The validity of a style sheet depends on the level of CSS
@@ -2229,7 +2229,7 @@ <h2>3.2 <a name="conformance">UA Conformance</a></h2>
22292229href="#valid-style-sheet">valid style sheets</a>
22302230
22312231<li>A user agent that <em>renders</em> a document with associated style
2232- sheets must respect points 1-5 and render the document
2232+ sheets must respect points 1-6 and render the document
22332233according to the media-specific requirements set forth in this
22342234specification. <a href="cascade.html#actual-value">Values</a>
22352235may be approximated when required by the user agent.
@@ -2712,8 +2712,8 @@ <h3 id=rule-sets><a name="q10">4.1.7 Rule sets, declaration blocks, and selector
27122712a declaration block.
27132713</p>
27142714<p> A <a name="x14"><span class="index-def"
2715- title="declaration block"><dfn>declaration block</dfn></span></a> (also
2716- called a declaration block in the following text) starts with a left curly
2715+ title="declaration block"><dfn>declaration block</dfn></span></a>
2716+ starts with a left curly
27172717brace ({) and ends with the matching right curly brace (}). In between
27182718there must be a list of zero or more semicolon-separated (;)
27192719declarations.
@@ -3338,12 +3338,12 @@ <h3>4.3.5 <a name="counter">Counters</a></h3>
33383338properties). To refer to the value of a counter, the notation
33393339<a name="x46"><span class="index-def" title="counter()">
33403340'counter(<identifier>)'</span></a> or 'counter(<identifier>,
3341- <list-style-type>)', with optional whitespace separating the tokens,
3341+ <' list-style-type' >)', with optional whitespace separating the tokens,
33423342is used. The default style is 'decimal'.
33433343</p>
33443344<p>To refer to a sequence of nested counters of the same name, the
33453345notation is 'counters(<identifier>, <string>)' or
3346- 'counters(<identifier>, <string>, <list-style-type>)'
3346+ 'counters(<identifier>, <string>, <' list-style-type' >)'
33473347with optional whitespace separating the tokens.
33483348</p>
33493349<p>See <a href="generate.html#scope">"Nested counters and scope"</a>
@@ -3356,7 +3356,7 @@ <h3>4.3.5 <a name="counter">Counters</a></h3>
33563356<p>In CSS 2.1, the values of counters can
33573357only be referred to from the <a href="generate.html#propdef-content" class="noxref"><span
33583358class="propinst-content">'content'</span></a> property. Note that 'none'
3359- is a possible <list-style-type>: 'counter(x,
3359+ is a possible <' list-style-type' >: 'counter(x,
33603360none)' yields an empty string.
33613361</p>
33623362<div class="example"><P style="display:none">Example(s):</P>
@@ -3489,6 +3489,11 @@ <h3>4.3.6 <a name="color-units">Colors</a></h3>
34893489(inside the device gamut), while other colors inside the 0..255 sRGB
34903490range will be outside the device gamut and will thus be mapped.
34913491</p>
3492+ <div class=note><p><em><strong>Note.</strong> It is thus not possible
3493+ to simply clip all colors to the range 0..255. Clipping (or mapping)
3494+ must be done to the actual device gamut, which may be larger or
3495+ smaller than 0..255.</em>
3496+ </div>
34923497
34933498<h3>4.3.7 <a name="strings">Strings</a></h3>
34943499
@@ -8998,7 +9003,9 @@ <h3>9.9.1 <a name="z-index">Specifying the stack level</a>: the <a href="visuren
89989003relatively positioned elements) having a computed value of 'z-index'
89999004other than 'auto'. Stacking contexts are not necessarily related to
90009005containing blocks. In future levels of CSS, other properties may
9001- introduce stacking contexts, for example '<a href="http://www.w3.org/TR/css3-color/#transparency">opacity</a>'.
9006+ introduce stacking contexts, for example '<a
9007+ href="http://www.w3.org/TR/css3-color/#transparency">opacity</a>'
9008+ <a href="refs.html#ref-CSS3COLOR" rel="biblioentry" class="noxref"><span class="informref">[CSS3COLOR]</span></a>.
90029009</p>
90039010<p>
90049011Each stacking context consists of the following
@@ -12191,7 +12198,7 @@ <h3>12.4.2 <a name="counter-styles">Counter styles</a></h3>
1219112198<p>for the default style, or:</p>
1219212199
1219312200<pre>
12194- counter(<var>name</var>, <a href="generate.html#propdef-list-style-type" class="noxref"><span class="propinst-list-style-type">'list-style-type'</span></a>)
12201+ counter(<var>name</var>, < <a href="generate.html#propdef-list-style-type" class="noxref"><span class="propinst-list-style-type">'list-style-type'</span></a>> )
1219512202</pre>
1219612203
1219712204<p>All the styles are allowed, including 'disc', 'circle', 'square',
@@ -16954,8 +16961,7 @@ <h2>18.1 <a name="cursor-props">Cursors:</a> the <a href="ui.html#propdef-cursor
1695416961<h2>18.2 <a name="system-colors">System Colors</a></h2>
1695516962
1695616963<div class="note"><p><em><strong>Note.</strong>
16957- The System Colors are
16958- <a href="http://www.w3.org/TR/2003/CR-css3-color-20030514/#css2-system">deprecated in the CSS3 Color Module</a>.
16964+ The System Colors are deprecated in the CSS3 Color Module <a href="refs.html#ref-CSS3COLOR" rel="biblioentry" class="noxref"><span class="informref">[CSS3COLOR]</span></a>.
1695916965</em></p>
1696016966</div>
1696116967
@@ -18696,6 +18702,12 @@ <H2><a name="q2">B.2 Informative references</a></H2>
1869618702W. Lie, C. Lilley and I. Jacobs, 12 May 1998,<br>
1869718703The latest version is available at <a href="http://www.w3.org/TR/REC-CSS2">http://www.w3.org/TR/REC-CSS2</a>
1869818704
18705+ <dt><strong><a name="ref-CSS3COLOR" class="informref">[CSS3COLOR]</a></strong>
18706+ <dd>"CSS3 Color Module," Tantek �elik, Chris Lilley, 14 May 2003,
18707+ W3C Candidate Recommendation. Available at <a
18708+ href="http://www.w3.org/TR/2003/CR-css3-color-20030514">
18709+ http://www.w3.org/TR/2003/CR-css3-color-20030514</a>
18710+
1869918711<dt><strong><a name="ref-CSS3LIST" class="informref">[CSS3LIST]</a></strong>
1870018712<dd>"CSS3 module: lists," Tantek �elik, Ian Hickson, 7 November 2002,
1870118713W3C working draft (work in progress). Available at <a
@@ -21187,6 +21199,7 @@ <h2><a name="q2">G.2 Lexical scanner</a></h2>
2118721199K k|\\0{0,4}(4b|6b)(\r\n|[ \t\r\n\f])?|\\k
2118821200M m|\\0{0,4}(4d|6d)(\r\n|[ \t\r\n\f])?|\\m
2118921201N n|\\0{0,4}(4e|6e)(\r\n|[ \t\r\n\f])?|\\n
21202+ O o|\\0{0,4}(51|71)(\r\n|[ \t\r\n\f])?|\\o
2119021203P p|\\0{0,4}(50|70)(\r\n|[ \t\r\n\f])?|\\p
2119121204R r|\\0{0,4}(52|72)(\r\n|[ \t\r\n\f])?|\\r
2119221205S s|\\0{0,4}(53|73)(\r\n|[ \t\r\n\f])?|\\s
@@ -21218,12 +21231,12 @@ <h2><a name="q2">G.2 Lexical scanner</a></h2>
2121821231
2121921232"#"{name} {return HASH;}
2122021233
21221- "@import" {return IMPORT_SYM;}
21222- "@page" {return PAGE_SYM;}
21223- "@media" {return MEDIA_SYM;}
21224- "@charset " {return CHARSET_SYM;}
21234+ @{I}{M}{P}{O}{R}{T} {return IMPORT_SYM;}
21235+ @{P}{A}{G}{E} {return PAGE_SYM;}
21236+ @{M}{E}{D}{I}{A} {return MEDIA_SYM;}
21237+ @{C}{H}{A}{R}{S}{E}{T} {return CHARSET_SYM;}
2122521238
21226- "!"({w}|{comment})*"important" {return IMPORTANT_SYM;}
21239+ "!"({w}|{comment})*{I}{M}{P}{O}{R}{T}{A}{N}{T} {return IMPORTANT_SYM;}
2122721240
2122821241{num}{E}{M} {return EMS;}
2122921242{num}{E}{X} {return EXS;}
0 commit comments