11<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22
33<html lang="en">
4- <!-- $Id: about.src,v 2.88 2011-06-07 15:58:30 bbos Exp $ -->
4+ <!-- $Id: about.src,v 2.89 2011-10-18 19:25:26 bbos Exp $ -->
55<HEAD>
66<TITLE>About the CSS 2.1 Specification</TITLE>
77<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
@@ -193,7 +193,7 @@ given order.
193193exactly one of them must occur.
194194<li>A double bar (||) separates
195195two or more options: one or more of them must occur, in any order.
196- <li>A double ampersand (&& ) separates two or more components, all of which
196+ <li>A double ampersand (&& ) separates two or more components, all of which
197197must occur, in any order.
198198<li>Brackets ([ ]) are for grouping.
199199</ul>
@@ -202,8 +202,8 @@ must occur, in any order.
202202ampersand is stronger than the double bar, and the double bar
203203is stronger than the bar. Thus, the following lines are equivalent:
204204<PRE>
205- a b | c || d && e f
206- [ a b ] | [ c || [ d && [ e f ]]]
205+ a b | c || d && e f
206+ [ a b ] | [ c || [ d && [ e f ]]]
207207</PRE>
208208
209209<P> Every type, keyword, or bracketed group may be followed by one of
@@ -237,7 +237,7 @@ the following modifiers:</p>
237237 <EM>Value:</EM> [<family-name> , ]* <family-name><BR>
238238 <EM>Value:</EM> <uri>? <color> [ / <color> ]?<BR>
239239 <EM>Value:</EM> <uri> || <color><BR>
240- <EM>Value:</EM> inset? && [ <length>{2,4} && <color>? ]
240+ <EM>Value:</EM> inset? && [ <length>{2,4} && <color>? ]
241241</BLOCKQUOTE>
242242
243243<p>Component values are specified in terms of tokens, as described in <a
0 commit comments