|
11 | 11 | rel=dcterms.rights> |
12 | 12 | <meta content="CSS Values and Units Module Level 3" name=dcterms.title> |
13 | 13 | <meta content=text name=dcterms.type> |
14 | | - <meta content=2013-11-13 name=dcterms.date> |
| 14 | + <meta content=2013-11-21 name=dcterms.date> |
15 | 15 | <meta content="Håkon Wium Lie" name=dcterms.creator> |
16 | 16 | <meta content="Tab Atkins" name=dcterms.creator> |
17 | 17 | <meta content="Elika J. Etemad" name=dcterms.creator> |
18 | 18 | <meta content=W3C name=dcterms.publisher> |
19 | | - <meta content="http://www.w3.org/TR/2013/CR-css3-values-20131113/" |
| 19 | + <meta content="http://www.w3.org/TR/2013/CR-css3-values-20131121/" |
20 | 20 | name=dcterms.identifier> |
21 | 21 | <style type="text/css"> |
22 | 22 | code, small { white-space: nowrap } |
|
42 | 42 | <h1 class=p-name>CSS Values and Units Module Level 3</h1> |
43 | 43 |
|
44 | 44 | <h2 class="no-num no-toc">W3C Candidate Recommendation <span |
45 | | - class=dt-updated><span class=value title=20131113>13 November |
| 45 | + class=dt-updated><span class=value title=20131121>21 November |
46 | 46 | 2013</span></span></h2> |
47 | 47 |
|
48 | 48 | <dl> |
49 | 49 | <dt>This version: |
50 | 50 |
|
51 | 51 | <dd><a class=u-url |
52 | | - href="http://www.w3.org/TR/2013/CR-css3-values-20131113/">http://www.w3.org/TR/2013/CR-css3-values-20131113/</a> |
| 52 | + href="http://www.w3.org/TR/2013/CR-css3-values-20131121/">http://www.w3.org/TR/2013/CR-css3-values-20131121/</a> |
53 | 53 |
|
54 | 54 | <dt>Latest version: |
55 | 55 |
|
@@ -1419,9 +1419,14 @@ <h2 id=functional-notation><span class=secno>8. </span> Functional |
1419 | 1419 | followed by a left parenthesis (i.e. a <code>FUNCTION</code> token) |
1420 | 1420 | followed by the argument(s) to the notation followed by a right |
1421 | 1421 | parenthesis. White space is allowed, but optional, immediately inside the |
1422 | | - parentheses. If a function takes a list of arguments, the arguments are |
1423 | | - separated by a comma (‘<code class=css>,</code>’) with optional |
1424 | | - whitespace before and after the comma. |
| 1422 | + parentheses. Functions can take multiple arguments, which are formatted |
| 1423 | + similarly to a CSS property value. |
| 1424 | + |
| 1425 | + <p> Some legacy functional notations, such as ‘<code |
| 1426 | + class=css>rgba()</code>’, use commas unnecessarily, but generally commas |
| 1427 | + are only used to separate items in a list, or pieces of a grammar that |
| 1428 | + would be ambiguous otherwise. If a comma is used to separate argument, |
| 1429 | + whitespace is optional before and after the comma. |
1425 | 1430 |
|
1426 | 1431 | <pre class=example> |
1427 | 1432 | <!-- -->background: url(http://www.example.org/image); |
|
0 commit comments