Skip to content

Commit 0e10475

Browse files
committed
[dbaron revision history] Add wording from HTML. Probably needs to be incorporated better. Per April 7 telecon. (date: 2003/04/07 16:30:50)
1 parent 757882f commit 0e10475

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

css3-syntax/Overview.src.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,16 @@ <h2>CSS style sheet representation</h2>
150150
<ol>
151151
<li>A character set specified by a higher level protocol (e.g., the
152152
"charset" parameter to the MIME type specified in an HTTP "Content-Type"
153-
field).</li>
153+
field).
154+
(The HTTP protocol ([[RFC2616]], section 3.7.1) mentions ISO-8859-1 as a
155+
default character encoding when the "charset" parameter is absent from
156+
the "Content-Type" header field. In practice, this recommendation has
157+
proved useless because some servers don't allow a "charset" parameter to
158+
be sent, and others may not be configured to send the parameter.
159+
Therefore, user agents must not assume any default value for the
160+
"charset" parameter, but must instead look for the <span
161+
class="index-inst" title="@charset">@charset</span> rule.)
162+
</li>
154163
<li>The <span class="index-def" title="@charset">@charset</span>
155164
at-rule.</li>
156165
<li>Assume that the stylesheet is UTF-8.</li>

0 commit comments

Comments
 (0)