|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" |
2 | 2 | "http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd"> |
3 | 3 | <html lang="en"> |
4 | | -<!-- $Id: syndata.src,v 2.101 2004-02-23 21:59:03 bbos Exp $ --> |
| 4 | +<!-- $Id: syndata.src,v 2.102 2004-02-25 16:36:18 bbos Exp $ --> |
5 | 5 | <head> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
7 | 7 | <title>Syntax and basic data types</title> |
@@ -1210,18 +1210,20 @@ Any other @charset rules must be ignored by the UA. |
1210 | 1210 | </p> |
1211 | 1211 |
|
1212 | 1212 | <p>After "@charset", authors specify the name of a character encoding |
1213 | | -(in quotes). |
1214 | | -The name must be a charset name as described in the IANA registry (See |
1215 | | -[[IANA]]. Also, see [[-CHARSETS]] for a complete list of charsets). |
1216 | | -For example: |
| 1213 | +(in quotes). For example: |
1217 | 1214 | </p> |
1218 | 1215 |
|
1219 | 1216 | <pre class="example">@charset "ISO-8859-1";</pre> |
1220 | 1217 |
|
1221 | | -<p>This specification does not mandate which character encodings |
1222 | | -a user agent must support. |
| 1218 | +<p>The name must be a charset name as described in the IANA registry. |
| 1219 | +See [[-CHARSETS]] for a complete list of charsets. Authors should use |
| 1220 | +the charset names marked as "preferred MIME name" in the IANA |
| 1221 | +registry. |
1223 | 1222 | </p> |
1224 | 1223 |
|
| 1224 | +<p>This specification does not mandate which character encodings a |
| 1225 | +user agent must support. |
| 1226 | + |
1225 | 1227 | <p>This specification does not specify what algorithm a UA must |
1226 | 1228 | apply to derive the encoding from the BOM and the @charset. In |
1227 | 1229 | particular, it does not specify the encoding to use if the BOM and the |
|
0 commit comments