Skip to content

Commit f9c94e9

Browse files
committed
[css2] Issues 150 and 152 of http://wiki.csswg.org/spec/css2.1
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402979
1 parent 4c48a29 commit f9c94e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/syndata.src

Lines changed: 3 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.174 2010-04-21 17:10:10 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.175 2010-05-12 15:26:25 bbos Exp $ -->
44
<head>
55
<title>Syntax and basic data types</title>
66
<meta name="editor" lang="tr" content="Tantek &Ccedil;elik">
@@ -546,7 +546,7 @@ colors, etc.
546546
</p>
547547
<p>A user agent must <span class="index-inst" title="ignore"><a
548548
href="#ignore">ignore</a></span> a declaration with an invalid property
549-
name or an invalid value. Every CSS&nbsp;2.1 property has its own syntactic
549+
name or an invalid value. Every CSS property has its own syntactic
550550
and semantic restrictions on the values it accepts.
551551
</p>
552552
<div class="illegal-example"><p>
@@ -1054,7 +1054,7 @@ li { list-style: url(http://www.example.com/redball.png) disc }
10541054

10551055
<p>
10561056
Some characters appearing in an unquoted URI, such as parentheses,
1057-
commas, white space characters, single quotes (') and double quotes
1057+
white space characters, single quotes (') and double quotes
10581058
("), must be escaped with a backslash so that the resulting URI value
10591059
is a URI token: '\(', '\)', '\,'.
10601060
</p>

0 commit comments

Comments
 (0)