Skip to content

Commit ed8eb64

Browse files
committed
[css2] Removed spans, since there is no definition to link these properties
to anyway. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401940
1 parent 812236f commit ed8eb64

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

css2/propidx.src

Lines changed: 29 additions & 29 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: propidx.src,v 2.2 2002-08-09 12:56:48 bbos Exp $ -->
3+
<!-- $Id: propidx.src,v 2.3 2002-08-09 13:01:21 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Property index</TITLE>
@@ -13,38 +13,38 @@
1313
<!-- #include src=build/propidx.srb -->
1414

1515
<P>The following properties were present in CSS2, but are not part of CSS 2.1:
16-
<span class="propinst-font-size-adjust">'font-size-adjust'</span>,
17-
<span class="propinst-font-stretch">font-stretch</span>,
18-
<span class="propinst-marker-offset">'marker-offset'</span>,
19-
<span class="propinst-marks">'marks'</span>,
20-
<span class="propinst-orphans">'orphans'</span>,,
21-
<span class="propinst-size">'size'</span>,,
22-
<span class="propinst-text-shadow">'text-shadow'</span>,
23-
<span class="propinst-widows">'widows'</span>.
16+
'font-size-adjust',
17+
font-stretch,
18+
'marker-offset',
19+
'marks',
20+
'orphans',,
21+
'size',,
22+
'text-shadow',
23+
'widows'.
2424

2525

2626
<P>The CSS2 aural properties are now described in <a href="aural.html">Appendix A</A> and the following properties therefore do not appear in the table above:
2727

28-
<span class="propinst-azimuth">'azimuth'</span>,
29-
<span class="propinst-cue">'cue'</span>,
30-
<span class="propinst-cue-after">'cue-after'</span>,
31-
<span class="propinst-cue-before">'cue-before'</span>,
32-
<span class="propinst-elevation">'elevation'</span>,
33-
<span class="propinst-pause">'pause'</span>,
34-
<span class="propinst-pause-after">'pause-after'</span>,
35-
<span class="propinst-pause-before">'pause-before'</span>,
36-
<span class="propinst-pitch">'pitch'</span>,
37-
<span class="propinst-pitch-range">'pitch-range'</span>,
38-
<span class="propinst-play-during">'play-during'</span>,
39-
<span class="propinst-richness">'richness'</span>,
40-
<span class="propinst-speak">'speak'</span>,
41-
<span class="propinst-speak-header">'speak-header'</span>,
42-
<span class="propinst-speak-numeral">'speak-numeral'</span>,
43-
<span class="propinst-speak-punctuation">'speak-punctuation'</span>,
44-
<span class="propinst-speech-rate">'speech-rate'</span>,
45-
<span class="propinst-stress">'stress'</span>,
46-
<span class="propinst-voice-family">'voice-family'</span>,
47-
<span class="propinst-volume">'volume'</span>.
28+
'azimuth',
29+
'cue',
30+
'cue-after',
31+
'cue-before',
32+
'elevation',
33+
'pause',
34+
'pause-after',
35+
'pause-before',
36+
'pitch',
37+
'pitch-range',
38+
'play-during',
39+
'richness',
40+
'speak',
41+
'speak-header',
42+
'speak-numeral',
43+
'speak-punctuation',
44+
'speech-rate',
45+
'stress',
46+
'voice-family',
47+
'volume'.
4848

4949

5050
</BODY>

0 commit comments

Comments
 (0)