Skip to content

Commit 64b0aea

Browse files
committed
[css2] Replaced references to RFC 1808 and 2396 with RFC 3986
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402303
1 parent 747d4c6 commit 64b0aea

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

css2/refs.src

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: refs.src,v 2.31 2004-12-14 20:12:29 bbos Exp $ -->
3+
<!-- $Id: refs.src,v 2.32 2005-05-07 19:38:57 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Bibliography</TITLE>
@@ -75,10 +75,11 @@ specification", T. Boutell ed., 1 October 1996.<BR>
7575
Available at <a href="http://www.w3.org/pub/WWW/TR/REC-png-multi.html">
7676
http://www.w3.org/pub/WWW/TR/REC-png-multi.html</a>.
7777

78-
79-
<dt><strong><a name="ref-RFC1808" class="normref">[RFC1808]</a></strong>
80-
<dd>"Relative Uniform Resource Locators", R. Fielding, June 1995.<BR>
81-
Available at <a href="http://www.ietf.org/rfc/rfc1808.txt">http://www.ietf.org/rfc/rfc1808.txt</a>.
78+
<dt><strong><a name="ref-RFC3986" class="normref">[RFC3986]</a></strong>
79+
<dd>"Uniform Resource Identifier (URI): Generic Syntax," T.
80+
Berners-Lee, R. Fielding, L. Masinter, January 2005.<br>
81+
Available at <a
82+
href="http://www.ietf.org/rfc/rfc3986">http://www.ietf.org/rfc/rfc3986</a>.
8283

8384
<DT><STRONG><A name="ref-RFC2045" class="normref">[RFC2045]</A></STRONG></DT>
8485

@@ -149,12 +150,6 @@ http://www.unicode.org/versions/Unicode4.0.0/</a>
149150

150151
<DT><STRONG><A name="ref-URI" class="normref">[URI]</A></STRONG></DT>
151152

152-
<DD>"Uniform Resource Identifiers (URI): Generic Syntax",
153-
T. Berners-Lee, R. Fielding, L. Masinter, August 1998.<BR>
154-
Available at
155-
<a href="http://www.ietf.org/rfc/rfc2396.txt">http://www.ietf.org/rfc/rfc2396.txt</a>.
156-
</DD>
157-
158153
<dt><strong><a name="ref-XML10" class="normref">[XML10]</a></strong>
159154
<dd>"Extensible Markup Language (XML) 1.0 (third edition)"
160155
T. Bray, J. Paoli, C.M. Sperberg-McQueen, Eve Maler, Fran�ois Yergeau, editors, 4 February 2004.<BR>

css2/syndata.src

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<html lang="en">
4-
<!-- $Id: syndata.src,v 2.111 2005-04-12 13:21:53 bbos Exp $ -->
4+
<!-- $Id: syndata.src,v 2.112 2005-05-07 19:38:57 bbos Exp $ -->
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<title>Syntax and basic data types</title>
@@ -918,14 +918,14 @@ p { line-height: 120% } /* 120% of 'font-size' */
918918
<h3><a name="uri">URL + URN = URI</a></h3>
919919

920920
<p><span class="index-def" title="Uniform Resource Locator (URL)|URL
921-
(Uniform Resource Locator)">URLs</span> (Uniform Resource Locators,
922-
see [[RFC1738]] and [[RFC1808]]) provide the address of a resource on
921+
(Uniform Resource Locator)">URLs</span> (Uniform Resource Locators)
922+
provide the address of a resource on
923923
the Web. Another way of identifying resources is called <span
924924
class="index-def" title="URN (Uniform Resource Name)|Uniform Resource
925925
Name (URN)">URN</span> (Uniform Resource Name). Together they are
926926
called <span class="index-def" title="Resource Identifier (URI)|URI
927927
(Uniform Resource Identifier)">URIs</span> (Uniform Resource
928-
Identifiers, see [[URI]]). This specification uses the term URI.
928+
Identifiers, see [[RFC3986]]). This specification uses the term URI.
929929
</p>
930930
<p>URI values in this specification are denoted by <span
931931
class="index-def" title="&lt;uri&gt;::definition of"><a
@@ -963,8 +963,8 @@ as described in [[URI]].
963963
</p>
964964
<p> In order to create modular style sheets that are not dependent on
965965
the absolute location of a resource, authors may use relative URIs.
966-
Relative URIs (as defined in [[RFC1808]]) are resolved to full URIs
967-
using a base URI. RFC&nbsp;1808, section&nbsp;3, defines the normative
966+
Relative URIs (as defined in [[RFC3986]]) are resolved to full URIs
967+
using a base URI. RFC&nbsp;3986, section&nbsp;5, defines the normative
968968
algorithm for this process. For CSS style sheets, the base URI is that
969969
of the style sheet, not that of the source document.
970970
</p>

0 commit comments

Comments
 (0)