File tree Expand file tree Collapse file tree 6 files changed +24
-8
lines changed Expand file tree Collapse file tree 6 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/local/bin/perl
2
2
# Index of descriptor names.
3
3
# 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 $
5
5
use English;
6
6
7
7
@@ -103,10 +103,12 @@ sub format_init {
103
103
104
104
sub table_head {
105
105
print OUTPUT " <table border=1 align=center>\n " ;
106
+ print OUTPUT " <thead>" ;
106
107
print OUTPUT " <tr align=center>" ;
107
108
print OUTPUT " <th>Name" ;
108
109
print OUTPUT " <th>Values" ;
109
110
print OUTPUT " <th>Initial value" ;
111
+ print OUTPUT " </thead>" ;
110
112
print OUTPUT " \n " ;
111
113
}
112
114
Original file line number Diff line number Diff line change 1
1
# !/usr/local/bin/perl
2
2
# Index of property names.
3
3
# 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 $
5
5
use English;
6
6
7
7
@@ -134,6 +134,7 @@ sub format_media {
134
134
135
135
sub table_head {
136
136
print OUTPUT " <table border=1 align=center>\n " ;
137
+ print OUTPUT " <thead>" ;
137
138
print OUTPUT " <tr align=center>" ;
138
139
print OUTPUT " <th>Name" ;
139
140
print OUTPUT " <th>Values" ;
@@ -142,6 +143,7 @@ sub table_head {
142
143
print OUTPUT " <th>Inherited? <BR> (Default: no)" ;
143
144
print OUTPUT " <th>Percentages <BR> (Default: N/A)" ;
144
145
print OUTPUT " <th>Media groups<BR>" ;
146
+ print OUTPUT " </thead>" ;
145
147
print OUTPUT " \n " ;
146
148
}
147
149
Original file line number Diff line number Diff line change 1
1
# !/usr/local/bin/perl
2
2
# Index of descriptor names.
3
3
# 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 $
5
5
use English;
6
6
7
7
@@ -103,10 +103,12 @@ sub format_init {
103
103
104
104
sub table_head {
105
105
print OUTPUT " <table border=1 align=center>\n " ;
106
+ print OUTPUT " <thead>" ;
106
107
print OUTPUT " <tr align=center>" ;
107
108
print OUTPUT " <th>Name" ;
108
109
print OUTPUT " <th>Values" ;
109
110
print OUTPUT " <th>Initial value" ;
111
+ print OUTPUT " </thead>" ;
110
112
print OUTPUT " \n " ;
111
113
}
112
114
Original file line number Diff line number Diff line change 1
1
# !/usr/local/bin/perl
2
2
# Index of property names.
3
3
# 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 $
5
5
use English;
6
6
7
7
@@ -134,6 +134,7 @@ sub format_media {
134
134
135
135
sub table_head {
136
136
print OUTPUT " <table border=1 align=center>\n " ;
137
+ print OUTPUT " <thead>" ;
137
138
print OUTPUT " <tr align=center>" ;
138
139
print OUTPUT " <th>Name" ;
139
140
print OUTPUT " <th>Values" ;
@@ -142,6 +143,7 @@ sub table_head {
142
143
print OUTPUT " <th>Inherited? <BR> (Default: no)" ;
143
144
print OUTPUT " <th>Percentages <BR> (Default: N/A)" ;
144
145
print OUTPUT " <th>Media groups<BR>" ;
146
+ print OUTPUT " </thead>" ;
145
147
print OUTPUT " \n " ;
146
148
}
147
149
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<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 $ -->
4
4
<HEAD>
5
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
6
<TITLE>Appendix C: Implementation and performance notes</TITLE>
@@ -480,8 +480,12 @@ the information in a TrueType font into a CSS 'unicode-range'
480
480
descriptor.
481
481
482
482
<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
485
489
<tr><td>1<td>2<td>Latin-1 Supplement<td>U+80-FF
486
490
<tr><td>2<td>4<td>Latin-1 Extended-A<td>U+100-17F
487
491
<tr><td>3<td>8<td>Latin Extended-B<td>U+180-24F
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<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 $ -->
4
4
<HEAD>
5
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
6
<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
36
36
multiple matches, the longest match determines the token.
37
37
38
38
<TABLE>
39
+ <THEAD>
39
40
<TR><TH>Token <TH>Definition
41
+ </THEAD>
40
42
<TR><TD colspan=2><HR>
41
43
<TR><TD>IDENT <TD><code><var>{ident}</var></code>
42
44
<TR><TD>ATKEYWORD <TD><code>@<var>{ident}</var></code>
@@ -67,7 +69,9 @@ multiple matches, the longest match determines the token.
67
69
<P>The macros in curly braces ({}) above are defined as follows:
68
70
69
71
<TABLE>
72
+ <THEAD>
70
73
<TR><TH>Macro <TH>Definition
74
+ </THEAD>
71
75
<TR><TD colspan=2><HR>
72
76
<TR><TD>ident <TD><code><var>{nmstart}{nmchar}*</var></code>
73
77
<TR><TD>nmstart <TD><code>[a-zA-Z]|<var>{nonascii}</var>|<var>{escape}</var></code>
You can’t perform that action at this time.
0 commit comments