Skip to content

Commit 3307737

Browse files
committed
Add missing sentence from 2.1 about computing non-resolveable relative URLs. <http://lists.w3.org/Archives/Public/www-style/2012Jun/0401.html>
1 parent 77e1732 commit 3307737

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

css3-values/Overview.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929
<h1>CSS Values and Units Module Level 3</h1>
3030

31-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 May 2012</h2>
31+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 June 2012</h2>
3232

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

3636
<dd><a
37-
href="http://www.w3.org/TR/2012/ED-css3-values-20120523/">http://www.w3.org/TR/2012/ED-css3-values-20120523/</a>
37+
href="http://www.w3.org/TR/2012/ED-css3-values-20120619/">http://www.w3.org/TR/2012/ED-css3-values-20120619/</a>
3838

3939
<dt>Latest version:
4040

@@ -726,7 +726,8 @@ <h3 id=urls><span class=secno>3.4. </span> Resource Locators: the ‘<a
726726

727727
<p>When a <a href="#url-value"><i>&lt;url></i></a> appears in the computed
728728
value of a property, it is resolved to an absolute URL, as described in
729-
the preceding paragraph.
729+
the preceding paragraph. The computed value of a URI that the UA cannot
730+
resolve to an absolute URI is the specified value.
730731

731732
<div class=example>
732733
<p>For example, suppose the following rule:

css3-values/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,9 @@ <h3 id="urls">
403403

404404
<p>When a <i>&lt;url></i> appears in the computed value of a property,
405405
it is resolved to an absolute URL, as described in the preceding
406-
paragraph.</p>
406+
paragraph.
407+
The computed value of a URI that the UA cannot resolve to an absolute
408+
URI is the specified value.</p>
407409

408410
<div class="example">
409411
<p>For example, suppose the following rule:

0 commit comments

Comments
 (0)