Skip to content

Commit 76ffd55

Browse files
committed
[css2] Removed section on changes from CSS1 -> conform.src
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401231
1 parent ad9e4e9 commit 76ffd55

1 file changed

Lines changed: 1 addition & 45 deletions

File tree

css2/changes.src

Lines changed: 1 addition & 45 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 2.9 1998-03-16 14:58:51 howcome Exp $ -->
3+
<!-- $Id: changes.src,v 2.10 1998-03-17 01:12:25 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>
@@ -75,50 +75,6 @@ semantics.
7575
</UL>
7676
-->
7777

78-
<H2>Semantic changes from CSS1</H2>
79-
80-
<!-- I think this section should be normative, and thus
81-
somewhere else. E.g., conform.src. -IJ -->
82-
83-
<UL>
84-
85-
<LI>In CSS2 <A HREF="syndata.html#color-units">color values</A> are clipped
86-
with regard to the device gamut, not with regard to the sRGB gamut as
87-
in CSS1.
88-
89-
<LI>CSS1 simply said that 'margin-right' was ignored if the both
90-
'margin-left' and 'width' were set. In CSS2 the choice between
91-
relaxing 'margin-right' or 'margin-left' depends on the writing direction.
92-
93-
<LI>In CSS1, several properties (e.g., 'padding') had values referring
94-
to the width of the parent element. This was an error; the value
95-
should always refer to the width of a block-level element and this
96-
specification reflects this by introducing the term "containing block".
97-
98-
<LI>Initial value of 'display' is 'inline', not 'block'.
99-
100-
<LI>The 'clear' property now only applies to block-level elements.
101-
102-
<LI>In CSS1, <span class="index-inst"
103-
title="pseudo-classes:::link|:link|link
104-
(pseudo-class)">':link'</span>, <span class="index-inst"
105-
title="pseudo-classes:::visited|:visited|visited
106-
(pseudo-class)">':visited'</span> and <span class="index-inst"
107-
title="pseudo-classes:::active|:active|active
108-
(pseudo-class)">':active'</span> were mutually exclusive; in CSS2, <a
109-
href="selector.html#dynamic-pseudo-classes">':active'</a> can occur
110-
together with <a href="selector.html#link-pseudo-classes">':link' or
111-
':visited'</a>.
112-
113-
<LI>The suggested scaling factor between adjacent <span
114-
class="propinst-font-size">font-size</A> indexes in the table of font
115-
sizes has been reduced from 1.5 to 1.2.
116-
117-
<li>Please also consult the section on the <a
118-
href="grammar.html#tokenizer-diffs">differences between the CSS1
119-
and CSS2 tokenizer</a>.
120-
</UL>
121-
12278
</BODY>
12379
</HTML>
12480

0 commit comments

Comments
 (0)