|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: syndata.src,v 2.175 2010-05-12 15:26:25 bbos Exp $ --> |
| 3 | +<!-- $Id: syndata.src,v 2.176 2010-05-19 15:09:12 bbos Exp $ --> |
4 | 4 | <head> |
5 | 5 | <title>Syntax and basic data types</title> |
6 | 6 | <meta name="editor" lang="tr" content="Tantek Çelik"> |
@@ -1056,17 +1056,20 @@ li { list-style: url(http://www.example.com/redball.png) disc } |
1056 | 1056 | Some characters appearing in an unquoted URI, such as parentheses, |
1057 | 1057 | white space characters, single quotes (') and double quotes |
1058 | 1058 | ("), must be escaped with a backslash so that the resulting URI value |
1059 | | -is a URI token: '\(', '\)', '\,'. |
| 1059 | +is a URI token: '\(', '\)'. |
1060 | 1060 | </p> |
1061 | 1061 | <p>Depending on the type of URI, it might also be possible to write |
1062 | 1062 | the above characters as URI-escapes (where "(" = %28, ")" = %29, etc.) |
1063 | 1063 | as described in [[RFC3986]]. |
1064 | 1064 | </p> |
1065 | | -<p>Since URIs may contain characters that would otherwise be used as |
| 1065 | +<div class=note> |
| 1066 | +<p><em><strong>Note.</strong> Since URIs may contain characters that |
| 1067 | +would otherwise be used as |
1066 | 1068 | delimiters in CSS, the entire URI value must be treated as a single |
1067 | 1069 | unit by the tokenizer and normal tokenization behavior does not apply |
1068 | 1070 | within a URI value. Therefore comments are not allowed within a URI |
1069 | 1071 | value. |
| 1072 | +</div> |
1070 | 1073 |
|
1071 | 1074 | <p> In order to create modular style sheets that are not dependent on |
1072 | 1075 | the absolute location of a resource, authors may use relative URIs. |
|
0 commit comments