Skip to content

Commit 18f2e52

Browse files
committed
Markup tweak
1 parent 3b00bee commit 18f2e52

2 files changed

Lines changed: 21 additions & 23 deletions

File tree

css3-values/Overview.html

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626

2727
<h1>CSS Values and Units Module Level 3</h1>
2828

29-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 17 February
29+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 February
3030
2012</h2>
3131

3232
<dl>
3333
<dt>This version:
3434

3535
<dd><a
36-
href="http://www.w3.org/TR/2012/ED-css3-values-20120217/">http://www.w3.org/TR/2012/ED-css3-values-20120217/</a>
36+
href="http://www.w3.org/TR/2012/ED-css3-values-20120228/">http://www.w3.org/TR/2012/ED-css3-values-20120228/</a>
3737

3838
<dt>Latest version:
3939

@@ -681,20 +681,18 @@ <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the &lsquo;<a
681681
<a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">&lsquo;<code
682682
class=css>@import</code>&rsquo; rule</a>.
683683

684-
<p>Parentheses, whitespace characters, single quotes (&lsquo;<code
685-
class=css>) and double quotes (") appearing in a URL must be escaped with
686-
a backslash so that the resulting value is a valid <a
687-
href="#url"><code>URL</code></a> token, e.g.
688-
</code>&rsquo;url(open\(parens)&lsquo;<code class=css>,
689-
</code>&rsquo;url(close\)parens)&lsquo;<code class=css>. Depending on the
690-
type of URL, it might also be possible to write these characters as
691-
URI-escapes (where <code>(</code> = <code>%28</code>, <code>)</code> =
692-
<code>%29</code>, etc.) as described in <a href="#URI"
693-
rel=biblioentry>[URI]<!--{{URI}}--></a>. Alternatively a URL containing
694-
such characters may be represented as a quoted <a
695-
href="#strings">string</a> within the </code>&rsquo;&lsquo;<a
696-
href="#url"><code class=css>url()</code></a>&rsquo;&lsquo;<code class=css>
697-
notation. </code>
684+
<p>Parentheses, whitespace characters, single quotes (&apos;) and double
685+
quotes (") appearing in a URL must be escaped with a backslash so that the
686+
resulting value is a valid <a href="#url"><code>URL</code></a> token, e.g.
687+
&lsquo;<code class=css>url(open\(parens)</code>&rsquo;, &lsquo;<code
688+
class=css>url(close\)parens)</code>&rsquo;. Depending on the type of URL,
689+
it might also be possible to write these characters as URI-escapes (e.g.
690+
&lsquo;<code class=css>url(open%28parens)</code>&rsquo; or &lsquo;<code
691+
class=css>url(close%29parens)</code>&rsquo;) as described in <a
692+
href="#URI" rel=biblioentry>[URI]<!--{{URI}}--></a>. Alternatively a URL
693+
containing such characters may be represented as a quoted <a
694+
href="#strings">string</a> within the &lsquo;<a href="#url"><code
695+
class=css>url()</code></a>&rsquo; notation.
698696

699697
<p>In order to create modular style sheets that are not dependent on the
700698
absolute location of a resource, authors should use relative URIs.
@@ -717,9 +715,9 @@ <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the &lsquo;<a
717715

718716
<pre>http://www.example.org/style/basic.css</pre>
719717

720-
<p>The background of the source document&rsquo;s <code>&lt;body&gt;</code>
721-
will be tiled with whatever image is described by the resource designated
722-
by the URL:
718+
<p>The background of the source document's <code>&lt;body&gt;</code> will
719+
be tiled with whatever image is described by the resource designated by
720+
the URL:
723721

724722
<pre>http://www.example.org/style/tile.png</pre>
725723

css3-values/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,13 +383,13 @@ <h3 id="urls">
383383
rather than by <code>&lt;URL&gt;</code>. An example of this is the
384384
<a href="http://www.w3.org/TR/CSS21/cascade.html#at-import">''@import'' rule</a>.
385385

386-
<p>Parentheses, whitespace characters, single quotes (') and
386+
<p>Parentheses, whitespace characters, single quotes (&apos;) and
387387
double quotes (") appearing in a URL must be escaped with a backslash
388388
so that the resulting value is a valid <code>URL</code> token,
389-
e.g. 'url(open\(parens)', 'url(close\)parens)'.
389+
e.g. ''url(open\(parens)'', ''url(close\)parens)''.
390390
Depending on the type of URL, it might also be possible to write these
391-
characters as URI-escapes (where <code>(</code> = <code>%28</code>,
392-
<code>)</code> = <code>%29</code>, etc.) as described in [[URI]].
391+
characters as URI-escapes (e.g. ''url(open%28parens)'' or
392+
''url(close%29parens)'') as described in [[URI]].
393393
Alternatively a URL containing such characters may be represented as
394394
a quoted <a href="#strings">string</a> within the ''url()'' notation.
395395

0 commit comments

Comments
 (0)