Skip to content

Commit 4348e15

Browse files
committed
[css2] Added text from issue 73 now marked as Note.
Removed second instance of comma for issue 152. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402984
1 parent 7072764 commit 4348e15

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css2/syndata.src

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<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 $ -->
44
<head>
55
<title>Syntax and basic data types</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -1056,17 +1056,20 @@ li { list-style: url(http://www.example.com/redball.png) disc }
10561056
Some characters appearing in an unquoted URI, such as parentheses,
10571057
white space characters, single quotes (') and double quotes
10581058
("), must be escaped with a backslash so that the resulting URI value
1059-
is a URI token: '\(', '\)', '\,'.
1059+
is a URI token: '\(', '\)'.
10601060
</p>
10611061
<p>Depending on the type of URI, it might also be possible to write
10621062
the above characters as URI-escapes (where "(" = %28, ")" = %29, etc.)
10631063
as described in [[RFC3986]].
10641064
</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
10661068
delimiters in CSS, the entire URI value must be treated as a single
10671069
unit by the tokenizer and normal tokenization behavior does not apply
10681070
within a URI value. Therefore comments are not allowed within a URI
10691071
value.
1072+
</div>
10701073

10711074
<p> In order to create modular style sheets that are not dependent on
10721075
the absolute location of a resource, authors may use relative URIs.

0 commit comments

Comments
 (0)