11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: changes.src,v 2.14 1998-04-06 23:37:10 ijacobs Exp $ -->
3+ <!-- $Id: changes.src,v 2.15 1998-04-19 23:57:12 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Appendix B: Changes from CSS1</TITLE>
@@ -22,11 +22,20 @@ to CSS1.
2222<UL>
2323
2424<LI>The concept of <A HREF="media.html">media types</A>.
25-
25+
26+ <LI>The <a href="cascade.html#value-def-inherit">'inherit'</a>
27+ value for all properties.
28+
2629<LI><A HREF="page.html">Paged media</A>
2730
2831<LI><A HREF="aural.html">Aural style sheets</A>
2932
33+ <LI>Several internationalization features, including <a
34+ href="lists.html#list-props">list numbering styles</a>, support for <a
35+ href="visuren.html#direction">bidirectional text</a>, and support for
36+ language-sensitive <a href="generate.html#quotes">quotation
37+ marks</a>.
38+
3039<LI><A HREF="fonts.html#font-selection">An extended font selection</A>
3140mechanism, including intelligent matching, synthesis, and downloadable
3241fonts. Also, the concept of system fonts has been is introduced, and a
@@ -38,23 +47,45 @@ class="propinst-display">'display'</span> and <span
3847class="propinst-vertical-align">'vertical-align'</span>.
3948
4049<LI><A HREF="visuren.html#relative-positioning">Relative</A> and <A
41- HREF="visuren.html#absolute-positioning">Absolute positioning</A>,
42- including <A HREF="visuren.html#fixed-positioning">fixed positioning</A>.
50+ HREF="visuren.html#absolute-positioning">absolute positioning</A>,
51+ including <A HREF="visuren.html#fixed-positioning">fixed
52+ positioning</A>.
53+
54+ <LI>New box types (along with block and inline): <a
55+ href="visuren.html#compact">compact</a> and <a href="visuren.html#run-in">
56+ run-in</a>.
57+
58+ <LI>The ability to control content <a
59+ href="visufx.html#overflow">overflow</a>, <a
60+ href="visufx.html#clipping">clipping</a>, and <a
61+ href="visufx.html#visibility">visibility</a> in the visual rendering
62+ model.
63+
64+ <LI>The ability to specify minimum and maximum <a
65+ href="visudet.html#min-max-widths">widths</a> and <a
66+ href="visudet.html#min-max-heights">heights</a> in the visual
67+ rendering model.
4368
4469<LI>An extended <A HREF="selector.html">selector</A> mechanism,
45- including child selectors, adjacent selectors and attribute selectors.
70+ including child selectors, adjacent selectors, and attribute selectors.
4671
47- <LI><A HREF="generate.html#generated-text">Generated content and automatic
48- numbering</A>
72+ <LI><A HREF="generate.html#generated-text">Generated content</a>,
73+ <a href="counters">counters and automatic numbering</A>, and
74+ <a href="markers">markers</a>.
4975
50- <LI>Text shadows, through the new <LI>< span
76+ <LI>Text shadows, through the new <span
5177class="propinst-text-shadow">'text-shadow'</span> property.
5278
5379<LI>Several new <A
5480HREF="selector.html#pseudo-classes">pseudo-classes</A>, :first-child, :hover,
5581:focus, :lang.
5682
57- <LI><A HREF="ui.html#system-colors">System colors</A>
83+ <LI>System <A HREF="ui.html#system-colors">colors</A> and
84+ <A href="ui.html#system-fonts">fonts</a>.
85+
86+ <LI><A href="ui.html#cursor-props">Cursors</a>.
87+
88+ <LI><A href="ui.html#dynamic-outlines">Dynamic outlines</a>.
5889
5990</UL>
6091
@@ -69,12 +100,6 @@ also been extended. Except in a few cases described below, the
69100rewritten descriptions do not indicate a change in syntax nor
70101semantics.
71102
72- <!--
73- <UL>
74- <LI>recommends that the user preference is used as the initial value
75- </UL>
76- -->
77-
78103<H2><a name="changes-from-css1">Semantic changes from CSS1</a></H2>
79104
80105<P>While all CSS1 style sheets are valid CSS2 style sheets, there are
@@ -84,6 +109,10 @@ implementation experience feeding back into the specification, but
84109there are also some error corrections.
85110
86111<UL>
112+ <LI>The meaning of "!important" has been changed. In CSS1,
113+ "!important" in an author's style sheet took precedence over
114+ one in a user style sheet. This has been reversed in CSS2.
115+
87116
88117<LI>In CSS2 <A HREF="syndata.html#color-units">color values</A> are clipped
89118with regard to the device gamut, not with regard to the sRGB gamut as
@@ -122,9 +151,9 @@ sizes has been reduced from 1.5 to 1.2.
122151<LI>The computed value, not the actual value, of <span
123152class="propinst-font-size">'font-size'</span> is inherited.
124153
125- <li>Please also consult the section on the <a
126- href="grammar.html#tokenizer-diffs">differences between the CSS1
127- and CSS2 tokenizer</a>.
154+ <li>Please also consult the <em>normative</em> section on the <a
155+ href="grammar.html#tokenizer-diffs">differences between the CSS1 and
156+ CSS2 tokenizer</a>.
128157</UL>
129158
130159
0 commit comments