File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 $
55use English;
66
77
@@ -103,10 +103,12 @@ sub format_init {
103103
104104sub 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
Original file line number Diff line number Diff line change 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 $
55use English;
66
77
@@ -134,6 +134,7 @@ sub format_media {
134134
135135sub 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
Original file line number Diff line number Diff line change 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 $
55use English;
66
77
@@ -103,10 +103,12 @@ sub format_init {
103103
104104sub 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
Original file line number Diff line number Diff line change 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 $
55use English;
66
77
@@ -134,6 +134,7 @@ sub format_media {
134134
135135sub 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
Original file line number Diff line number Diff line change 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'
480480descriptor.
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
Original file line number Diff line number Diff line change 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
3636multiple 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>
You can’t perform that action at this time.
0 commit comments