@@ -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 G.2 Lexical scanner</a>
11351135 <li class="tocline3"><a href="changes.html#q379" class="tocxref">C.5.92 Appendix 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>
13861387exactly one of them must occur.
13871388<li>A double bar (||) separates
13881389two 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 ([ ]) 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
13931397is 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> [<family-name> , ]* <family-name><BR>
14281432 <EM>Value:</EM> <uri>? <color> [ / <color> ]?<BR>
14291433 <EM>Value:</EM> <uri> || <color><BR>
1434+ <EM>Value:</EM> inset? && [ <length>{2,4} && <color>? ]
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
14341439between tokens in the components of the <code>expr</code> production,
14351440spaces 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 G.2 Lexical scanner</a>
1968719692 <li class="tocline3"><a href="changes.html#q379" class="tocxref">C.5.92 Appendix 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>
1969719703href="#changes">changes</a> and <a href="#new">additions.</a>
1969819704Typographical 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 1</a> and <a href="#errata2">part 2)</a>
1970119708that were subsequently applied to CSS 2.1 since it became a
1970219709Candidate 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
0 commit comments