Skip to content

Commit 2f2d08d

Browse files
committed
[css2] Inverted two paragraphs, to make diff tool give better results.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402228
1 parent d8d74ec commit 2f2d08d

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

css2/syndata.src

Lines changed: 6 additions & 5 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.99 2004-02-23 11:14:24 bbos Exp $ -->
4+
<!-- $Id: syndata.src,v 2.100 2004-02-23 18:23:11 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>
@@ -1217,13 +1217,14 @@ For example:
12171217

12181218
<pre class="example">@charset "ISO-8859-1";</pre>
12191219

1220+
<p>This specification does not mandate which character encodings
1221+
a user agent must support.
1222+
</p>
1223+
12201224
<p>This specification does not specify what algorithm a UA must
12211225
apply to derive the encoding from the BOM and the @charset. In
12221226
particular, it does not specify the encoding to use if the BOM and the
1223-
@charset conflict. This is expected to be defined in CSS3.</p>
1224-
1225-
<p>This specification does not mandate which character encodings
1226-
a user agent must support.
1227+
@charset conflict. This is expected to be defined in CSS3.
12271228
</p>
12281229

12291230
<p class="note">Note that reliance on the @charset construct

0 commit comments

Comments
 (0)