Skip to content

Commit 11c3592

Browse files
committed
[css2] Added doc type decl to example
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401453
1 parent 53068c4 commit 11c3592

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

css2/selector.src

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
22
<html lang="en">
3-
<!-- $Id: selector.src,v 2.40 1998-03-23 05:00:47 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 2.41 1998-04-06 23:45:39 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -1110,6 +1110,7 @@ class="propinst-clear">'clear'.</span></p>
11101110
<p>The following CSS2 will make a dropcap initial letter span two lines:</p>
11111111

11121112
<pre>
1113+
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;
11131114
&lt;HTML&gt;
11141115
&lt;HEAD&gt;
11151116
&lt;TITLE&gt;Dropcap initial letter&lt;/TITLE&gt;

css2/visufx.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ have the same size and position, the
259259
effect is that one replaces the other.
260260

261261
<pre>
262+
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;
262263
&lt;HTML&gt;
263264
&lt;HEAD&gt;
264265
&lt;STYLE type=&quot;text/css&quot;&gt;

0 commit comments

Comments
 (0)