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 property names.
33# Arnaud Le Hors lehors@w3.org/Ian Jacobs ij@w3.org
4- # $Id: mkpropidx,v 2.3 1998-04-16 18:28:08 ijacobs Exp $
4+ # $Id: mkpropidx,v 2.4 1998-04-30 19:27:07 howcome Exp $
55use English;
66
77
@@ -107,7 +107,7 @@ sub format_app {
107107sub format_inh {
108108 # If not inherited, don't print anything.
109109 $inherited = cleanup($_ [0]);
110- $inherited =~ s / ^no$/ / ;
110+ # $inherited =~ s/^no$/ /;
111111 print OUTPUT " <td>$inherited \n " ;
112112}
113113
@@ -144,7 +144,8 @@ sub table_head {
144144 print OUTPUT " <th>Values" ;
145145 print OUTPUT " <th>Initial value" ;
146146 print OUTPUT " <th>Applies to <BR> (Default: all)" ;
147- print OUTPUT " <th>Inherited? <BR> (Default: no)" ;
147+ # print OUTPUT "<th>Inherited? <BR> (Default: no)";
148+ print OUTPUT " <th>Inherited?" ;
148149 print OUTPUT " <th>Percentages <BR> (Default: N/A)" ;
149150 print OUTPUT " <th>Media groups<BR>" ;
150151 print OUTPUT " </thead>" ;
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 2.3 1998-04-16 18:28:08 ijacobs Exp $
4+ # $Id: mkpropidx,v 2.4 1998-04-30 19:27:07 howcome Exp $
55use English;
66
77
@@ -107,7 +107,7 @@ sub format_app {
107107sub format_inh {
108108 # If not inherited, don't print anything.
109109 $inherited = cleanup($_ [0]);
110- $inherited =~ s / ^no$/ / ;
110+ # $inherited =~ s/^no$/ /;
111111 print OUTPUT " <td>$inherited \n " ;
112112}
113113
@@ -144,7 +144,8 @@ sub table_head {
144144 print OUTPUT " <th>Values" ;
145145 print OUTPUT " <th>Initial value" ;
146146 print OUTPUT " <th>Applies to <BR> (Default: all)" ;
147- print OUTPUT " <th>Inherited? <BR> (Default: no)" ;
147+ # print OUTPUT "<th>Inherited? <BR> (Default: no)";
148+ print OUTPUT " <th>Inherited?" ;
148149 print OUTPUT " <th>Percentages <BR> (Default: N/A)" ;
149150 print OUTPUT " <th>Media groups<BR>" ;
150151 print OUTPUT " </thead>" ;
You can’t perform that action at this time.
0 commit comments