|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" |
2 | 2 | "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd"> |
3 | 3 | <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 $ --> |
5 | 5 | <head> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
7 | 7 | <title>Syntax and basic data types</title> |
@@ -918,14 +918,14 @@ p { line-height: 120% } /* 120% of 'font-size' */ |
918 | 918 | <h3><a name="uri">URL + URN = URI</a></h3> |
919 | 919 |
|
920 | 920 | <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 |
923 | 923 | the Web. Another way of identifying resources is called <span |
924 | 924 | class="index-def" title="URN (Uniform Resource Name)|Uniform Resource |
925 | 925 | Name (URN)">URN</span> (Uniform Resource Name). Together they are |
926 | 926 | called <span class="index-def" title="Resource Identifier (URI)|URI |
927 | 927 | (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. |
929 | 929 | </p> |
930 | 930 | <p>URI values in this specification are denoted by <span |
931 | 931 | class="index-def" title="<uri>::definition of"><a |
@@ -963,8 +963,8 @@ as described in [[URI]]. |
963 | 963 | </p> |
964 | 964 | <p> In order to create modular style sheets that are not dependent on |
965 | 965 | 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 1808, section 3, defines the normative |
| 966 | +Relative URIs (as defined in [[RFC3986]]) are resolved to full URIs |
| 967 | +using a base URI. RFC 3986, section 5, defines the normative |
968 | 968 | algorithm for this process. For CSS style sheets, the base URI is that |
969 | 969 | of the style sheet, not that of the source document. |
970 | 970 | </p> |
|
0 commit comments