csswg/css3-values Overview.html,1.161,1.162

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 @@
    &lsquo;<a href="#cycle-value"><code class=css>cycle()</code></a>&rsquo;,
    &lsquo;<a href="#attr-value"><code class=css>attr()</code></a>&rsquo;.
 
+  <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>&apos;\&apos;&apos;</code> or
-    <code>&apos;\27&apos;</code>).
+    quotes (<code>&#39;\&#39;&#39;</code> or <code>&#39;\27&#39;</code>).
 
    <pre>
-<!-- -->content: "this is a &apos;string&apos;.";
+<!-- -->content: "this is a &#39;string&#39;.";
 <!-- -->content: "this is a \"string\".";
-<!-- -->content: &apos;this is a "string".&apos;;
-<!-- -->content: &apos;this is a \&apos;string\&apos;.&apos;;</pre>
+<!-- -->content: &#39;this is a "string".&#39;;
+<!-- -->content: &#39;this is a \&#39;string\&#39;.&#39;;</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">&lsquo;<code
    class=css>@import</code>&rsquo; rule</a>.
 
-  <p>Parentheses, whitespace characters, single quotes (&apos;) and double
+  <p>Parentheses, whitespace characters, single quotes (&#39;) 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.
    &lsquo;<code class=css>url(open\(parens)</code>&rsquo;, &lsquo;<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
    &lsquo;<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 &lsquo;<a
    href="#length-value"><code class=css>&lt;length&gt;</code></a>&rsquo; type</h2>
@@ -1236,8 +1238,9 @@
    class=property>px</code>&rsquo;. For uses, see e.g. the &lsquo;<code
    class=css>resolution</code>&rsquo; media query in <a href="#MEDIAQ"
    rel=biblioentry>[MEDIAQ]<!--{{MEDIAQ}}--></a> or the &lsquo;<code
-   class=property>image-resolution</code>&rsquo; property defined in
-   [[CSS3IMAGES]].
+   class=property>image-resolution</code>&rsquo; 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 &lsquo;<code
    class=css>in</code>&rsquo; to CSS &lsquo;<code class=css>px</code>&rsquo;,
@@ -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 &lsquo;<a href="#attr-value"><code
-   class=css>attr()</code></a>&rsquo; 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 &lsquo;<a
+   href="#attr-value"><code class=css>attr()</code></a>&rsquo; expression is
+   the value of the attribute with that name on the element, according to the
+   rules given below.
 
   <p>The &lsquo;<code class=css>&lt;type></code>&rsquo; 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