Skip to content

Commit 8f18a0a

Browse files
committed
[dbaron revision history] Some old changes on character encoding sniffing. (date: 2003/04/01 04:04:33)
1 parent 92b4f76 commit 8f18a0a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

css3-syntax/Overview.src.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,16 @@ <h2>CSS style sheet representation</h2>
158158
attribute of the LINK element).
159159
</ol>
160160

161-
<div class="issue"><p>As a practical matter, we should probably
161+
<p class="issue">As a practical matter, we should probably
162162
recommend what to do if there's no character encoding information in any
163163
of these three sources of information. Should the style sheet be assumed
164164
to be in a default encoding (ISO-8859-1 or UTF-8?) or should the
165165
encoding of the document be used (which in turn might have some default
166166
or might be "sniffed")? The latter has been observed to break some
167-
existing style sheets.</p></div>
167+
existing style sheets. <!-- Mozilla bug 72658 --></p>
168+
169+
<p class="issue">We should probably have a MUST requirement for
170+
authors to tighten things up (2003-02-24 telecon).</p>
168171

169172
<p>At most one @charset rule may appear in an external
170173
style sheet -- it must <em>not</em> appear in an embedded style sheet

0 commit comments

Comments
 (0)