- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Feb 2012 23:04:08 +0000
- To: public-css-commits@w3.org
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">‘<code
class=css>@import</code>’ rule</a>.
- <p>Parentheses, whitespace characters, single quotes (‘<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>’url(open\(parens)‘<code class=css>,
- </code>’url(close\)parens)‘<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>’‘<a
- href="#url"><code class=css>url()</code></a>’‘<code class=css>
- notation. </code>
+ <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
+ class=css>url(close\)parens)</code>’. Depending on the type of URL,
+ it might also be possible to write these characters as URI-escapes (e.g.
+ ‘<code class=css>url(open%28parens)</code>’ or ‘<code
+ class=css>url(close%29parens)</code>’) 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 ‘<a href="#url"><code
+ class=css>url()</code></a>’ 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’s <code><body></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><body></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><URL></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 (') 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