Skip to content

Commit 2d125e9

Browse files
committed
[css-values] Minor wording clean-up.
--HG-- extra : rebase_source : 0de45b7c10ca03904b21824a1815be47489b4e4a
1 parent 2250e54 commit 2d125e9

3 files changed

Lines changed: 27 additions & 15 deletions

File tree

css-values/Overview.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>
@@ -42,11 +42,11 @@
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>&lt;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

css-values/Overview.src.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ <h3 id="component-combinators">
188188
<p>Component values can be arranged into property values as follows:
189189

190190
<ul>
191-
<li>Several juxtaposed words mean that all of them must occur, in the
192-
given order.
191+
<li>Juxtaposing components means that
192+
all of them must occur, in the given order.
193193
<li>A double ampersand (&&) separates two or more components,
194194
all of which must occur, in any order.
195195
<li>A double bar (||) separates two or more options:
@@ -233,7 +233,8 @@ <h3 id="component-multipliers">
233233
with no upper bound on the number of repetitions.
234234

235235
<li>A hash mark (#) indicates that the preceding type, word, or
236-
group occurs one or more times, separated by comma tokens.
236+
group occurs one or more times, separated by comma tokens
237+
(which may optionally be surrounded by white space and/or comments).
237238
It may optionally be followed by the curly brace forms, above,
238239
to indicate precisely how many times the repetition occurs,
239240
like ''&lt;length>#{1,4}''.
@@ -246,9 +247,7 @@ <h3 id="component-whitespace">
246247

247248
<p>Unless otherwise specified,
248249
white space and/or comments may appear before, after, and/or between
249-
components in a property value
250-
or subcomponents in a <a href="#functional-notation">functional notation</a>
251-
that is defined using these component
250+
components combined using the above
252251
<a href="#component-combinators">combinators</a> and
253252
<a href="#component-multipliers">multipliers</a>.
254253

@@ -1856,6 +1855,9 @@ <h2 class="no-num" id="changes">Changes</h2>
18561855
Require specs referencing it to be clear about excluded keywords,
18571856
because the new rule isn't as simple.
18581857
<li>Clarified relative URL resolution for embedded style sheets.
1858+
<li>Clarified {<var>A</var>} variant of {<var>A</var>,<var>B</var>} notation.
1859+
<li>Added notation for restricting the length of comma-separated lists
1860+
specified with the ''#'' notation.
18591861
</ul>
18601862

18611863
<p>Changes since the <a href="http://www.w3.org/TR/2012/CR-css3-values-20120828/">28 August 2012 Candidate Recommendation</a> are:

css-values/issues-cr-2013.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ Response: http://lists.w3.org/Archives/Public/www-style/2014Mar/0127.html
4141
Closed: Accepted
4242
Verified:
4343
----
44+
Issue 6.
45+
Summary: Add notation for restricting length of #-multiplied lists
46+
From: ?
47+
Closed: Accepted
48+
----

0 commit comments

Comments
 (0)