csswg/css3-values Overview.html,1.93,1.94 Overview.src.html,1.96,1.97

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv9236

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fix processor issue with single quotes, update latest version URL and add Editor's draft link

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Overview.html	6 Sep 2011 08:24:06 -0000	1.93
+++ Overview.html	9 Sep 2011 00:05:04 -0000	1.94
@@ -24,24 +24,30 @@
 
    <h1>CSS Values and Units Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 September
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 September
     2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2011/ED-css3-values-20110906/">http://www.w3.org/TR/2011/ED-css3-values-20110906/</a>
+     href="http://www.w3.org/TR/2011/ED-css3-values-20110909/">http://www.w3.org/TR/2011/ED-css3-values-20110909/</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:
+
+    <dd><a
+     href="http://dev.w3.org/csswg/css3-values/">http://dev.w3.org/csswg/css3-values/</a>
+     
 
     <dt>Previous version:
 
     <dd><a
-     href="http://www.w3.org/TR/2006/WD-css3-values-20060919">http://www.w3.org/TR/2006/WD-css3-values-20060919</a>
+     href="http://www.w3.org/TR/2011/WD-css3-values-20110906/">http://www.w3.org/TR/2011/WD-css3-values-20110906/</a>
 
     <dt>Editors:
 
@@ -648,10 +654,10 @@
     ("\&lsquo;<code class=css>" or "\27"). </code>
 
    <pre>
-<!-- -->content: "this is a &rsquo;string'.";
+<!-- -->content: "this is a &apos;string&apos;.";
 <!-- -->content: "this is a \"string\".";
-<!-- -->content: &lsquo;<code class=css>this is a "string".</code>&rsquo;;
-<!-- -->content: &lsquo;<code class=css>this is a \</code>&rsquo;string\&lsquo;<code class=css>.</code>&rsquo;;</pre>
+<!-- -->content: &apos;this is a "string".&apos;;
+<!-- -->content: &apos;this is a \&apos;string\&apos;.&apos;;</pre>
   </div>
 
   <p>It is possible to break strings over several lines, for aesthetic or
@@ -673,8 +679,9 @@
    character in Unicode (U+000A), but represents the generic notion of
    "newline" in CSS.)
 
-  <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the &lsquo;<a
-   href="#url-value"><code class=css>&lt;url&gt;</code></a>&rsquo; type</h3>
+  <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the
+   &rsquo;&lsquo;<a href="#url-value"><code
+   class=css>&lt;url&gt;</code></a>&rsquo;&lsquo;<code class=css> type</code></h3>
 
   <p>A <dfn id=url>URL</dfn> is a pointer to a resource and is a <a
    href="http://www.w3.org/TR/CSS21/syndata.html#uri">specially-parsed</a> <a
@@ -698,23 +705,22 @@
    context), a URL can be represented as a <a
    href="#string-value"><code>&lt;string&gt;</code></a> rather than by <a
    href="#url-value"><code>&lt;URL&gt;</code></a>. An example of this is the
-   <a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">&lsquo;<code
-   class=css>@import</code>&rsquo; rule</a>.
+   <a
+   href="http://www.w3.org/TR/CSS21/cascade.html#at-import">&rsquo;&lsquo;<code
+   class=css>@import</code>&rsquo;&lsquo;<code class=css> rule</code></a>.
 
-  <p>Parentheses, whitespace characters, single quotes (&lsquo;<code
-   class=css>) 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>&rsquo;url(open\(parens)&lsquo;<code class=css>,
-   </code>&rsquo;url(close\)parens)&lsquo;<code class=css>. Depending on the
-   type of URL, it might also be possible to write these characters as
-   URI-escapes (where <code>(</code> = <code>%28</code>, <code>)</code> =
-   <code>%29</code>, etc.) as described in <a href="#URI"
+  <p>Parentheses, whitespace characters, single quotes (&rsquo;) 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
+   class=css>url(close\)parens)</code>&rsquo;. Depending on the type of URL,
+   it might also be possible to write these characters as URI-escapes (where
+   <code>(</code> = <code>%28</code>, <code>)</code> = <code>%29</code>,
+   etc.) as described in <a href="#URI"
    rel=biblioentry>[URI]<!--{{URI}}--></a>. Alternatively a URL containing
    such characters may be represented as a quoted <a
-   href="#strings">string</a> within the </code>&rsquo;&lsquo;<a
-   href="#url"><code class=css>url()</code></a>&rsquo;&lsquo;<code class=css>
-   notation. </code>
+   href="#strings">string</a> within the &lsquo;<a href="#url"><code
+   class=css>url()</code></a>&rsquo; notation.
 
   <p>In order to create modular style sheets that are not dependent on the
    absolute location of a resource, authors should use relative URIs.
@@ -733,9 +739,9 @@
 
    <pre>http://www.example.org/style/basic.css</pre>
 
-   <p>The background of the source document&rsquo;s <code>&lt;body&gt;</code>
-    will be tiled with whatever image is described by the resource designated
-    by the URL:
+   <p>The background of the source document's <code>&lt;body&gt;</code> will
+    be tiled with whatever image is described by the resource designated by
+    the URL:
 
    <pre>http://www.example.org/style/tile.png</pre>
 
@@ -1300,9 +1306,9 @@
    name of the function immediately followed by a left parenthesis followed
    by optional whitespace followed by the argument(s) to the notation
    followed by optional whitespace followed by a right parenthesis. If a
-   function takes more than one argument, the arguments are separated by a
-   comma (&lsquo;<code class=css>,</code>&rsquo;) with optional whitespace
-   before and after the comma.
+   function takes a list of arguments, the arguments are separated by a comma
+   (&lsquo;<code class=css>,</code>&rsquo;) with optional whitespace before
+   and after the comma.
 
   <pre class=example>
 <!-- -->background: url(http://www.example.org/image);

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Overview.src.html	6 Sep 2011 08:23:01 -0000	1.96
+++ Overview.src.html	9 Sep 2011 00:05:04 -0000	1.97
@@ -27,16 +27,16 @@
 
 <dl>
 <dt>This version:</dt>
-
 <dd><a href="[VERSION]">[VERSION]</a></dd>
 
 <dt>Latest version:</dt>
+<dd><a href="[LATEST]/">[LATEST]/</a></dd>
 
-<dd><a href="http://www.w3.org/TR/css3-values">[LATEST]</a></dd>
+<dt>Editor's draft:
+<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</var></a>
 
 <dt>Previous version:</dt>
-
-<dd><a href="http://www.w3.org/TR/2006/WD-css3-values-20060919">http://www.w3.org/TR/2006/WD-css3-values-20060919</a></dd>
+<dd><a href="http://www.w3.org/TR/2011/WD-css3-values-20110906/">http://www.w3.org/TR/2011/WD-css3-values-20110906/</a></dd>
 
 <dt>Editors:</dt>
 <dd><a href="mailto:howcome@opera.com">H&aring;kon Wium Lie</a> (Opera Software)
@@ -342,10 +342,10 @@
 		<p>Double quotes cannot occur inside double quotes, unless escaped
 		(as '\"' or as '\22'). Analogously for single quotes ("\'" or "\27").
 		<pre>
-<!-- -->content: "this is a 'string'.";
+<!-- -->content: "this is a &apos;string&apos;.";
 <!-- -->content: "this is a \"string\".";
-<!-- -->content: 'this is a "string".';
-<!-- -->content: 'this is a \'string\'.';</pre>
+<!-- -->content: &apos;this is a "string".&apos;;
+<!-- -->content: &apos;this is a \&apos;string\&apos;.&apos;;</pre>
 	</div>
 
 	<p>It is possible to break strings over several lines, for aesthetic or
@@ -863,7 +863,7 @@
 	function immediately followed by a left parenthesis followed by optional
 	whitespace followed by the argument(s) to the notation followed by
 	optional whitespace followed by a right parenthesis. If a function
-	takes more than one argument, the arguments are separated by a comma
+	takes a list of arguments, the arguments are separated by a comma
 	(',') with optional whitespace before and after the comma.
 
 	<pre class="example">

Received on Friday, 9 September 2011 00:05:15 UTC