Skip to content

Commit 5ebc903

Browse files
committed
[css2] Minor edit (removed a comment).
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403165
1 parent 60cd0f0 commit 5ebc903

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

css2/syndata.src

Lines changed: 2 additions & 4 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.185 2011-03-15 23:09:02 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.186 2011-03-23 00:57:50 bbos Exp $ -->
44
<head>
55
<title>Syntax and basic data types</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -362,8 +362,6 @@ sets.</em></span> There may be <a href="#whitespace">white space</a>
362362
around the statements.
363363
</p>
364364

365-
<!-- Should comments be defined as white space? -->
366-
367365
<h3><span class="index-def" title="at-rule">
368366
<a name="at-rules">At-rules</a></span></h3>
369367

@@ -1114,7 +1112,7 @@ li { list-style: url(http://www.example.com/redball.png) disc }
11141112
<p>
11151113
Some characters appearing in an unquoted URI, such as parentheses,
11161114
white space characters, single quotes (') and double quotes
1117-
("), must be escaped with a backslash so that the resulting URI value
1115+
(&quot;), must be escaped with a backslash so that the resulting URI value
11181116
is a URI token: '\(', '\)'.
11191117
</p>
11201118
<p>Depending on the type of URI, it might also be possible to write

0 commit comments

Comments
 (0)