Skip to content

Commit e0dcc12

Browse files
committed
[css2] an actual change was recorded
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40741
1 parent 855a30c commit e0dcc12

1 file changed

Lines changed: 24 additions & 11 deletions

File tree

css2/changes.src

Lines changed: 24 additions & 11 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: 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>
3434
mechanism, 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,
4548
including 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
8393
specification 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

Comments
 (0)