Skip to content

Commit 32f9c7e

Browse files
committed
[css2] Corrected markup error.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%4039
1 parent 5a511dd commit 32f9c7e

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

css2/media.src

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22
<html lang="en">
3-
<!-- $Id: media.src,v 1.6 1997-08-12 23:20:56 ian Exp $ -->
3+
<!-- $Id: media.src,v 1.7 1997-08-14 23:09:19 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Media types</TITLE>
@@ -1162,7 +1162,7 @@ Examples:
11621162
</div>
11631163

11641164

1165-
<h3>Speech properties</h2>
1165+
<h3>Speech properties</h3>
11661166

11671167
<DIV class="propdef">
11681168
<H4 class=propname>
@@ -1396,3 +1396,13 @@ HTML tag used to identify dates, such as:
13961396

13971397
</BODY>
13981398
</html>
1399+
<!-- Keep this comment at the end of the file
1400+
Local variables:
1401+
mode: sgml
1402+
sgml-declaration:"~/SGML/HTML4.decl"
1403+
sgml-default-doctype-name:"html"
1404+
sgml-minimize-attributes:t
1405+
sgml-nofill-elements:("pre" "style" "br")
1406+
sgml-live-element-indicator:t
1407+
End:
1408+
-->

css2/text.src

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
22
<html lang="en">
3-
<!-- $Id: text.src,v 1.7 1997-08-14 00:53:08 ian Exp $ -->
3+
<!-- $Id: text.src,v 1.8 1997-08-14 23:10:02 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Text</TITLE>
@@ -323,7 +323,7 @@ In the following example, all links are underlined
323323
can support blinking.
324324

325325
<H3>Text shadows</H3>
326-
<em>This is a placeholder.<em>
326+
<em>This is a placeholder.</em>
327327

328328

329329
<H2>Text in HTML</H2>
@@ -337,3 +337,13 @@ but CSS2-based formatters must treat BR specially.
337337

338338
</BODY>
339339
</HTML>
340+
<!-- Keep this comment at the end of the file
341+
Local variables:
342+
mode: sgml
343+
sgml-declaration:"~/SGML/HTML4.decl"
344+
sgml-default-doctype-name:"html"
345+
sgml-minimize-attributes:t
346+
sgml-nofill-elements:("pre" "style" "br")
347+
sgml-live-element-indicator:t
348+
End:
349+
-->

0 commit comments

Comments
 (0)