csswg/css3-values Overview.html,1.158,1.159 Overview.src.html,1.161,1.162

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Markup tweak

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- Overview.html	17 Feb 2012 22:57:40 -0000	1.158
+++ Overview.html	28 Feb 2012 23:04:06 -0000	1.159
@@ -26,14 +26,14 @@
 
    <h1>CSS Values and Units Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 February
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 February
     2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2012/ED-css3-values-20120217/">http://www.w3.org/TR/2012/ED-css3-values-20120217/</a>
+     href="http://www.w3.org/TR/2012/ED-css3-values-20120228/">http://www.w3.org/TR/2012/ED-css3-values-20120228/</a>
 
     <dt>Latest version:
 
@@ -681,20 +681,18 @@
    <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 (&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"
-   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>
+  <p>Parentheses, whitespace characters, single quotes (&apos;) 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 (e.g.
+   &lsquo;<code class=css>url(open%28parens)</code>&rsquo; or &lsquo;<code
+   class=css>url(close%29parens)</code>&rsquo;) 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 &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.
@@ -717,9 +715,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>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- Overview.src.html	17 Feb 2012 22:57:40 -0000	1.161
+++ Overview.src.html	28 Feb 2012 23:04:06 -0000	1.162
@@ -383,13 +383,13 @@
 	rather than by <code>&lt;URL&gt;</code>. An example of this is the
 	<a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">''@import'' rule</a>.
 
-	<p>Parentheses, whitespace characters, single quotes (') and
+	<p>Parentheses, whitespace characters, single quotes (&apos;) and
 	double quotes (") appearing in a URL must be escaped with a backslash
 	so that the resulting value is a valid <code>URL</code> token,
-	e.g. 'url(open\(parens)', 'url(close\)parens)'.
+	e.g. ''url(open\(parens)'', ''url(close\)parens)''.
 	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 [[URI]].
+	characters as URI-escapes (e.g. ''url(open%28parens)'' or 
+	''url(close%29parens)'') as described in [[URI]].
 	Alternatively a URL containing such characters may be represented as
 	a quoted <a href="#strings">string</a> within the ''url()'' notation.
 

Received on Tuesday, 28 February 2012 23:04:10 UTC