- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Mar 2012 22:37:39 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values In directory hutz:/tmp/cvs-serv24801 Modified Files: Overview.html Log Message: Generated. Do not edit! Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-values/Overview.html,v retrieving revision 1.161 retrieving revision 1.162 diff -u -d -r1.161 -r1.162 --- Overview.html 3 Mar 2012 01:11:43 -0000 1.161 +++ Overview.html 5 Mar 2012 22:37:37 -0000 1.162 @@ -26,18 +26,18 @@ <h1>CSS Values and Units Module Level 3</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 March 2012</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 March 2012</h2> <dl> <dt>This version: <dd><a - href="http://www.w3.org/TR/2012/ED-css3-values-20120303/">http://www.w3.org/TR/2012/ED-css3-values-20120303/</a> + href="http://www.w3.org/TR/2012/ED-css3-values-20120305/">http://www.w3.org/TR/2012/ED-css3-values-20120305/</a> <dt>Latest version: <dd><a - href="http://www.w3.org/TR/css3-values//">http://www.w3.org/TR/css3-values//</a> + href="http://www.w3.org/TR/css3-values/">http://www.w3.org/TR/css3-values/</a> <dt>Editor's draft: @@ -151,6 +151,9 @@ ‘<a href="#cycle-value"><code class=css>cycle()</code></a>’, ‘<a href="#attr-value"><code class=css>attr()</code></a>’. + <p>This specification is a <strong>Last Call Working Draft.</strong> The + <strong>deadline for comments</strong> is <strong>29 March 2012</strong>. + <h2 class="no-num no-toc" id=contents>Table of contents</h2> <!--begin-toc--> @@ -620,14 +623,13 @@ <div class=example> <p>Double quotes cannot occur inside double quotes, unless escaped (as <code>"\""</code> or as <code>"\22"</code>). Analogously for single - quotes (<code>'\''</code> or - <code>'\27'</code>). + quotes (<code>'\''</code> or <code>'\27'</code>). <pre> -<!-- -->content: "this is a 'string'."; +<!-- -->content: "this is a 'string'."; <!-- -->content: "this is a \"string\"."; -<!-- -->content: 'this is a "string".'; -<!-- -->content: 'this is a \'string\'.';</pre> +<!-- -->content: 'this is a "string".'; +<!-- -->content: 'this is a \'string\'.';</pre> </div> <p>It is possible to break strings over several lines, for aesthetic or @@ -681,7 +683,7 @@ <a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">‘<code class=css>@import</code>’ rule</a>. - <p>Parentheses, whitespace characters, single quotes (') and double + <p>Parentheses, whitespace characters, single quotes (') and double quotes (") appearing in a URL must be escaped with a backslash so that the resulting value is a valid <a href="#url"><code>URL</code></a> token, e.g. ‘<code class=css>url(open\(parens)</code>’, ‘<code @@ -769,8 +771,8 @@ <p>Properties may restrict the number value to some range. If the value is outside the allowed range, the declaration is invalid and must be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. For - unrestricted values, UAs must support at least up to ±2<sup>30; - unsupported values must be clamped to the closest supported value.</sup> + unrestricted values, UAs must support at least up to ±2<sup>30</sup>; + unsupported values must be clamped to the closest supported value. <h3 id=percentages><span class=secno>4.3. </span> Percentages: the ‘<a href="#percentage-value"><code @@ -796,8 +798,8 @@ <p>Properties may restrict the percentage value to some range. If the value is outside the allowed range, the declaration is invalid and must be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. For - unrestricted values, UAs must support at least up to ±2<sup>30%; - unsupported values must be clamped to the closest supported value.</sup> + unrestricted values, UAs must support at least up to ±2<sup>30</sup>%; + unsupported values must be clamped to the closest supported value. <h2 id=lengths><span class=secno>5. </span> Distance Units: the ‘<a href="#length-value"><code class=css><length></code></a>’ type</h2> @@ -1236,8 +1238,9 @@ class=property>px</code>’. For uses, see e.g. the ‘<code class=css>resolution</code>’ media query in <a href="#MEDIAQ" rel=biblioentry>[MEDIAQ]<!--{{MEDIAQ}}--></a> or the ‘<code - class=property>image-resolution</code>’ property defined in - [[CSS3IMAGES]]. + class=property>image-resolution</code>’ property defined in <a + href="#CSS3-IMAGES" + rel=biblioentry>[CSS3-IMAGES]<!--{{CSS3-IMAGES}}--></a>. <p class=note>Note that due to the 1:96 fixed ratio of CSS ‘<code class=css>in</code>’ to CSS ‘<code class=css>px</code>’, @@ -1574,11 +1577,12 @@ <p>where <dfn id=wqname>wqname</dfn> is a <a href="http://dev.w3.org/csswg/css3-namespace/#css-qnames">CSS qualified - name</a> [[!CSSNAMESPACE]] that represents an attribute name. The computed - value of the ‘<a href="#attr-value"><code - class=css>attr()</code></a>’ expression is the value of the - attribute with that name on the element, according to the rules given - below. + name</a> <a href="#CSS3NAMESPACE" + rel=biblioentry>[CSS3NAMESPACE]<!--{{!CSS3NAMESPACE}}--></a> that + represents an attribute name. The computed value of the ‘<a + href="#attr-value"><code class=css>attr()</code></a>’ expression is + the value of the attribute with that name on the element, according to the + rules given below. <p>The ‘<code class=css><type></code>’ argument (which is optional) is a keyword drawn from the list below that tells the UA how to @@ -1847,6 +1851,16 @@ href="http://www.w3.org/TR/2011/REC-css3-color-20110607">http://www.w3.org/TR/2011/REC-css3-color-20110607</a> </dd> <!----> + + <dt id=CSS3NAMESPACE>[CSS3NAMESPACE] + + <dd>Elika J. Etemad; Anne van Kesteren. <a + href="http://www.w3.org/TR/2011/REC-css3-namespace-20110929/"><cite>CSS + Namespaces Module.</cite></a> 29 September 2011. W3C Recommendation. URL: + <a + href="http://www.w3.org/TR/2011/REC-css3-namespace-20110929/">http://www.w3.org/TR/2011/REC-css3-namespace-20110929/</a> + </dd> + <!----> </dl> <!--end-normative-->
Received on Monday, 5 March 2012 22:37:42 UTC