|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <head> |
5 | 5 | <title>Syntax and basic data types</title> |
6 | 6 | <meta name="editor" lang="tr" content="Tantek Çelik"> |
@@ -546,7 +546,7 @@ colors, etc. |
546 | 546 | </p> |
547 | 547 | <p>A user agent must <span class="index-inst" title="ignore"><a |
548 | 548 | href="#ignore">ignore</a></span> a declaration with an invalid property |
549 | | -name or an invalid value. Every CSS 2.1 property has its own syntactic |
| 549 | +name or an invalid value. Every CSS property has its own syntactic |
550 | 550 | and semantic restrictions on the values it accepts. |
551 | 551 | </p> |
552 | 552 | <div class="illegal-example"><p> |
@@ -1054,7 +1054,7 @@ li { list-style: url(http://www.example.com/redball.png) disc } |
1054 | 1054 |
|
1055 | 1055 | <p> |
1056 | 1056 | 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 |
1058 | 1058 | ("), must be escaped with a backslash so that the resulting URI value |
1059 | 1059 | is a URI token: '\(', '\)', '\,'. |
1060 | 1060 | </p> |
|
0 commit comments