Skip to content

Commit cac4b29

Browse files
committed
[css2] Added THEAD to table
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40788
1 parent 4ae0073 commit cac4b29

File tree

6 files changed

+24
-8
lines changed

6 files changed

+24
-8
lines changed

css2/bin/Attic/mkdescidx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/local/bin/perl
22
# Index of descriptor names.
33
# Arnaud Le Hors lehors@w3.org/Ian Jacobs ij@w3.org
4-
# $Id: mkdescidx,v 1.2 1998-01-15 15:15:02 ijacobs Exp $
4+
# $Id: mkdescidx,v 1.3 1998-01-31 18:23:14 ijacobs Exp $
55
use English;
66

77

@@ -103,10 +103,12 @@ sub format_init {
103103

104104
sub table_head {
105105
print OUTPUT "<table border=1 align=center>\n";
106+
print OUTPUT "<thead>";
106107
print OUTPUT "<tr align=center>";
107108
print OUTPUT "<th>Name";
108109
print OUTPUT "<th>Values";
109110
print OUTPUT "<th>Initial value";
111+
print OUTPUT "</thead>";
110112
print OUTPUT "\n";
111113
}
112114

css2/bin/Attic/mkpropidx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/local/bin/perl
22
# Index of property names.
33
# Arnaud Le Hors lehors@w3.org/Ian Jacobs ij@w3.org
4-
# $Id: mkpropidx,v 1.4 1998-01-27 17:11:55 ijacobs Exp $
4+
# $Id: mkpropidx,v 1.5 1998-01-31 18:23:15 ijacobs Exp $
55
use English;
66

77

@@ -134,6 +134,7 @@ sub format_media {
134134

135135
sub table_head {
136136
print OUTPUT "<table border=1 align=center>\n";
137+
print OUTPUT "<thead>";
137138
print OUTPUT "<tr align=center>";
138139
print OUTPUT "<th>Name";
139140
print OUTPUT "<th>Values";
@@ -142,6 +143,7 @@ sub table_head {
142143
print OUTPUT "<th>Inherited? <BR> (Default: no)";
143144
print OUTPUT "<th>Percentages <BR> (Default: N/A)";
144145
print OUTPUT "<th>Media groups<BR>";
146+
print OUTPUT "</thead>";
145147
print OUTPUT "\n";
146148
}
147149

css2/bin/mkdescidx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/local/bin/perl
22
# Index of descriptor names.
33
# Arnaud Le Hors lehors@w3.org/Ian Jacobs ij@w3.org
4-
# $Id: mkdescidx,v 1.2 1998-01-15 15:15:02 ijacobs Exp $
4+
# $Id: mkdescidx,v 1.3 1998-01-31 18:23:14 ijacobs Exp $
55
use English;
66

77

@@ -103,10 +103,12 @@ sub format_init {
103103

104104
sub table_head {
105105
print OUTPUT "<table border=1 align=center>\n";
106+
print OUTPUT "<thead>";
106107
print OUTPUT "<tr align=center>";
107108
print OUTPUT "<th>Name";
108109
print OUTPUT "<th>Values";
109110
print OUTPUT "<th>Initial value";
111+
print OUTPUT "</thead>";
110112
print OUTPUT "\n";
111113
}
112114

css2/bin/mkpropidx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/local/bin/perl
22
# Index of property names.
33
# Arnaud Le Hors lehors@w3.org/Ian Jacobs ij@w3.org
4-
# $Id: mkpropidx,v 1.4 1998-01-27 17:11:55 ijacobs Exp $
4+
# $Id: mkpropidx,v 1.5 1998-01-31 18:23:15 ijacobs Exp $
55
use English;
66

77

@@ -134,6 +134,7 @@ sub format_media {
134134

135135
sub table_head {
136136
print OUTPUT "<table border=1 align=center>\n";
137+
print OUTPUT "<thead>";
137138
print OUTPUT "<tr align=center>";
138139
print OUTPUT "<th>Name";
139140
print OUTPUT "<th>Values";
@@ -142,6 +143,7 @@ sub table_head {
142143
print OUTPUT "<th>Inherited? <BR> (Default: no)";
143144
print OUTPUT "<th>Percentages <BR> (Default: N/A)";
144145
print OUTPUT "<th>Media groups<BR>";
146+
print OUTPUT "</thead>";
145147
print OUTPUT "\n";
146148
}
147149

css2/notes.src

Lines changed: 7 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: notes.src,v 1.17 1998-01-27 16:30:33 ijacobs Exp $ -->
3+
<!-- $Id: notes.src,v 1.18 1998-01-31 18:23:04 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix C: Implementation and performance notes</TITLE>
@@ -480,8 +480,12 @@ the information in a TrueType font into a CSS 'unicode-range'
480480
descriptor.
481481

482482
<table>
483-
<tr><th colspan="4"><hr><tr><th>Block<th>Add<th>Block name<th>Unicode range
484-
<tr><th colspan="4"><hr><tr><td>0<td>1<td>Basic Latin<td>U+0-7F
483+
<thead>
484+
<tr><th colspan="4"><hr>
485+
<tr><th>Block<th>Add<th>Block name<th>Unicode range
486+
<tr><th colspan="4"><hr>
487+
</thead>
488+
<tr><td>0<td>1<td>Basic Latin<td>U+0-7F
485489
<tr><td>1<td>2<td>Latin-1 Supplement<td>U+80-FF
486490
<tr><td>2<td>4<td>Latin-1 Extended-A<td>U+100-17F
487491
<tr><td>3<td>8<td>Latin Extended-B<td>U+180-24F

css2/syndata.src

Lines changed: 5 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: syndata.src,v 1.53 1998-01-29 00:40:24 ijacobs Exp $ -->
3+
<!-- $Id: syndata.src,v 1.54 1998-01-31 18:23:10 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>CSS2 syntax and basic data types</TITLE>
@@ -36,7 +36,9 @@ href="./refs.html#ref-ISO10646">[ISO10646]</a> As in Lex, in case of
3636
multiple matches, the longest match determines the token.
3737

3838
<TABLE>
39+
<THEAD>
3940
<TR><TH>Token <TH>Definition
41+
</THEAD>
4042
<TR><TD colspan=2><HR>
4143
<TR><TD>IDENT <TD><code><var>{ident}</var></code>
4244
<TR><TD>ATKEYWORD <TD><code>@<var>{ident}</var></code>
@@ -67,7 +69,9 @@ multiple matches, the longest match determines the token.
6769
<P>The macros in curly braces ({}) above are defined as follows:
6870

6971
<TABLE>
72+
<THEAD>
7073
<TR><TH>Macro <TH>Definition
74+
</THEAD>
7175
<TR><TD colspan=2><HR>
7276
<TR><TD>ident <TD><code><var>{nmstart}{nmchar}*</var></code>
7377
<TR><TD>nmstart <TD><code>[a-zA-Z]|<var>{nonascii}</var>|<var>{escape}</var></code>

0 commit comments

Comments
 (0)