|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Appendix B: Changes from CSS1</TITLE> |
@@ -75,50 +75,6 @@ semantics. |
75 | 75 | </UL> |
76 | 76 | --> |
77 | 77 |
|
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 | | - |
122 | 78 | </BODY> |
123 | 79 | </HTML> |
124 | 80 |
|
0 commit comments