Skip to content

Commit 73af0c3

Browse files
committed
[css2] Fixed accidental interchange of TFOOT and THEAD.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401533
1 parent f7ccfef commit 73af0c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/sample.src

Lines changed: 3 additions & 3 deletions
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: sample.src,v 2.16 1998-04-22 23:04:03 ijacobs Exp $ -->
3+
<!-- $Id: sample.src,v 2.17 1998-04-26 23:06:08 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix A: A sample style sheet for HTML 4.0</TITLE>
@@ -41,8 +41,8 @@ HEAD { display: none }
4141
TABLE { display: table }
4242
TR { display: table-row }
4343
THEAD { display: table-header-group }
44-
TBODY { display: table-footer-group }
45-
TFOOT { display: table-row-group }
44+
TBODY { display: table-row-group }
45+
TFOOT { display: table-footer-group }
4646
COL { display: table-column }
4747
COLGROUP { display: table-column-group }
4848
TD, TH { display: table-cell }

0 commit comments

Comments
 (0)