Skip to content

Commit 2d33bf4

Browse files
committed
[css2] New text about "preferred MIME name." Martin has to review it.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402235
1 parent 79a7fc8 commit 2d33bf4

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

css2/syndata.src

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<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 $ -->
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<title>Syntax and basic data types</title>
@@ -1210,18 +1210,20 @@ Any other @charset rules must be ignored by the UA.
12101210
</p>
12111211

12121212
<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:
12171214
</p>
12181215

12191216
<pre class="example">@charset "ISO-8859-1";</pre>
12201217

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.
12231222
</p>
12241223

1224+
<p>This specification does not mandate which character encodings a
1225+
user agent must support.
1226+
12251227
<p>This specification does not specify what algorithm a UA must
12261228
apply to derive the encoding from the BOM and the @charset. In
12271229
particular, it does not specify the encoding to use if the BOM and the

0 commit comments

Comments
 (0)