|
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.95 2004-02-10 17:23:55 bbos Exp $ --> |
| 4 | +<!-- $Id: syndata.src,v 2.96 2004-02-10 18:51:17 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> |
8 | 8 | <meta name="editor" lang="tr" content="Tantek Çelik"> |
9 | | -<!-- Changed by: Tantek Celik, 2004-02-09 --> |
| 9 | +<!-- Changed by: Tantek Celik, 2004-02-10 --> |
10 | 10 | <style type="text/css"> |
11 | 11 | span.colorsquare { float:left; width:5em; height:3em; text-align:center; padding:1.2em 0 .8em } |
12 | 12 | span.colorname { font-weight:bold } |
@@ -1195,14 +1195,14 @@ encoding::default|default::character encoding">character |
1195 | 1195 | encoding</span> (from highest priority to lowest): |
1196 | 1196 | </p> |
1197 | 1197 | <ol> |
1198 | | -<li>An HTTP "charset" parameter in a "Content-Type" field.</li> |
| 1198 | +<li>An HTTP "charset" parameter in a "Content-Type" field</li> |
1199 | 1199 | <li>The <span class="index-def" title="@charset">@charset</span> |
1200 | | -at-rule.</li> |
1201 | | -<li>Mechanisms of the language of the |
1202 | | -referencing document (e.g., in HTML, the "charset" |
1203 | | -attribute of the LINK element).</li> |
1204 | | -<li>UA-dependent mechanisms (e.g., guessing based on the <a |
1205 | | -href="#BOM">BOM</a>)</li> |
| 1200 | +at-rule</li> |
| 1201 | +<li><a |
| 1202 | +href="#BOM">BOM</a></li> |
| 1203 | +<li><code><link charset=""></code> or other metadata from the linking mechanism (if any)</li> |
| 1204 | +<li>charset of referring document (if any)</li> |
| 1205 | +<li>UA-dependent mechanisms</li> |
1206 | 1206 | </ol> |
1207 | 1207 |
|
1208 | 1208 | <p>At most one @charset rule may appear in an external style sheet and |
|
0 commit comments