11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: changes.src,v 1.11 1998-01-14 17:44:49 ijacobs Exp $ -->
3+ <!-- $Id: changes.src,v 1.12 1998-01-28 10:59:37 howcome Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Appendix B: Changes from CSS1</TITLE>
@@ -24,34 +24,44 @@ descriptions of CSS1 functionality, and changes to CSS1.
2424
2525<UL>
2626
27- <LI>The concept of <A HREF="media.html">Media types</A>
28-
27+ <LI>The concept of <A HREF="media.html">media types</A>.
28+
2929<LI><A HREF="page.html">Paged media</A>
3030
3131<LI><A HREF="aural.html">Aural style sheets</A>
3232
3333<LI><A HREF="fonts.html#font-selection">An extended font selection</A>
3434mechanism, including intelligent matching, synthesis, and downloadable
35- fonts.
35+ fonts. Also, the concept of system fonts has been is introduced, and a
36+ new property, <span
37+ class="propinst-font-size-adjust">'font-size-adjust'</span>, has been added.
3638
37- <LI><A HREF="tables.html">Tables</A>, including new values on <span
38- class="propinst-display">'display'</span> and <span
39- class="propinst-vertical-align">'vertical-align'</span>
39+ <LI><A HREF="tables.html">Tables</A>, including new values on <a href="visuren.html#propdef-display" class="noxref">< span
40+ class="propinst-display">'display'</span></a> and <a href="visudet.html#propdef-vertical-align" class="noxref"> <span
41+ class="propinst-vertical-align">'vertical-align'</span></a>
4042
4143<LI><A HREF="visuren.html#relative-positioning">Relative</A> and <A
42- HREF="visuren.html#absolute-positioning">Absolute positioning</A>.
44+ HREF="visuren.html#absolute-positioning">Absolute positioning</A>,
45+ including <A HREF="visuren.html#fixed-positioning">fixed positioning</A>.
4346
4447<LI>An extended <A HREF="selector.html">selector</A> mechanism,
4548including child selectors, adjacent selectors and attribute selectors.
4649
47- <LI>[generated text?]
50+ <LI><A HREF="generate.html#generated-text">Generated content and automatic
51+ numbering</A>
52+
53+ <LI>Text shadows, through the new <LI><span
54+ class="propinst-text-shadow">'text-shadow'</span> property.
4855
49- <LI>[text-decoration?]
56+ <LI>A new <A HREF="selector.html#anchor-pseudo-classes">anchor
57+ pseudo-class</A>, :hover.
5058
51- <LI>[hover?]
59+ <LI><A HREF="ui.html#system-colors">System colors</A>
5260
5361</UL>
5462
63+
64+
5565<H2>Updated descriptions</H2>
5666
5767<P>The CSS1 specification was short and concise. This specification is
@@ -83,6 +93,9 @@ should always refer to the width of a block-level element and this
8393specification reflects this.
8494
8595<LI>Initial value of 'display' is 'inline', not 'block' as in CSS1.
96+
97+ <LI>[the 'clear' property now only applies to block-level elements]
98+
8699</UL>
87100
88101</BODY>
0 commit comments