1111 rel =dcterms.rights >
1212 < meta content ="CSS Values and Units Module Level 3 " name =dcterms.title >
1313 < meta content =text name =dcterms.type >
14- < meta content =2014-03-07 name =dcterms.date >
14+ < meta content =2014-03-08 name =dcterms.date >
1515 < meta content ="Håkon Wium Lie " name =dcterms.creator >
1616 < meta content ="Tab Atkins " name =dcterms.creator >
1717 < meta content ="Elika J. Etemad " name =dcterms.creator >
4242 < h1 class =p-name > CSS Values and Units Module Level 3</ h1 >
4343
4444 < h2 class ="no-num no-toc "> Editor's Draft < span class =dt-updated > < span
45- class =value title =20140307 > 7 March 2014</ span > </ span > </ h2 >
45+ class =value title =20140308 > 8 March 2014</ span > </ span > </ h2 >
4646
4747 < dl >
4848 < dt > This version:</ dt >
49- <!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css-values/">http://www.w3.org/TR/2014/CR-css3-values-20140307 /</a></dd>-->
49+ <!--<dd><a class="u-url" href="http://dev.w3.org/csswg/css-values/">http://www.w3.org/TR/2014/CR-css3-values-20140308 /</a></dd>-->
5050
5151 < dd > < a class =u-url
5252 href ="http://dev.w3.org/csswg/css-values/ "> http://dev.w3.org/csswg/css-values/</ a >
@@ -452,8 +452,8 @@ <h3 id=component-combinators><span class=secno>2.2. </span> Component value
452452 < p > Component values can be arranged into property values as follows:
453453
454454 < ul >
455- < li > Several juxtaposed words mean that all of them must occur, in the
456- given order.
455+ < li > Juxtaposing components means that all of them must occur, in the given
456+ order.
457457
458458 < li > A double ampersand (&&) separates two or more components, all of which
459459 must occur, in any order.
@@ -502,7 +502,8 @@ <h3 id=component-multipliers><span class=secno>2.3. </span> Component value
502502 of repetitions.
503503
504504 < li > A hash mark (#) indicates that the preceding type, word, or group
505- occurs one or more times, separated by comma tokens. It may optionally be
505+ occurs one or more times, separated by comma tokens (which may optionally
506+ be surrounded by white space and/or comments). It may optionally be
506507 followed by the curly brace forms, above, to indicate precisely how many
507508 times the repetition occurs, like ‘< code
508509 class =css > <length> #{1,4}</ code > ’.
@@ -518,9 +519,7 @@ <h3 id=component-whitespace><span class=secno>2.4. </span> Component values
518519 and white space</ h3 >
519520
520521 < p > Unless otherwise specified, white space and/or comments may appear
521- before, after, and/or between components in a property value or
522- subcomponents in a < a href ="#functional-notation "> functional notation</ a >
523- that is defined using these component < a
522+ before, after, and/or between components combined using the above < a
524523 href ="#component-combinators "> combinators</ a > and < a
525524 href ="#component-multipliers "> multipliers</ a > .
526525
@@ -2378,6 +2377,12 @@ <h2 class=no-num id=changes>Changes</h2>
23782377 isn't as simple.
23792378
23802379 < li > Clarified relative URL resolution for embedded style sheets.
2380+
2381+ < li > Clarified {< var > A</ var > } variant of {< var > A</ var > ,< var > B</ var > }
2382+ notation.
2383+
2384+ < li > Added notation for restricting the length of comma-separated lists
2385+ specified with the ‘< code class =css > #</ code > ’ notation.
23812386 </ ul >
23822387
23832388 < p > Changes since the < a
0 commit comments