- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Sep 2011 00:05:06 +0000
- To: public-css-commits@w3.org
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 @@
("\‘<code class=css>" or "\27"). </code>
<pre>
-<!-- -->content: "this is a ’string'.";
+<!-- -->content: "this is a 'string'.";
<!-- -->content: "this is a \"string\".";
-<!-- -->content: ‘<code class=css>this is a "string".</code>’;
-<!-- -->content: ‘<code class=css>this is a \</code>’string\‘<code class=css>.</code>’;</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
@@ -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 ‘<a
- href="#url-value"><code class=css><url></code></a>’ type</h3>
+ <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the
+ ’‘<a href="#url-value"><code
+ class=css><url></code></a>’‘<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><string></code></a> rather than by <a
href="#url-value"><code><URL></code></a>. An example of this is the
- <a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">‘<code
- class=css>@import</code>’ rule</a>.
+ <a
+ href="http://www.w3.org/TR/CSS21/cascade.html#at-import">’‘<code
+ class=css>@import</code>’‘<code class=css> rule</code></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"
+ <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 (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>
+ 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.
@@ -733,9 +739,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>
@@ -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 (‘<code class=css>,</code>’) with optional whitespace
- before and after the comma.
+ function takes a list of arguments, the arguments are separated by a comma
+ (‘<code class=css>,</code>’) 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å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 '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
@@ -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