-
Notifications
You must be signed in to change notification settings - Fork 708
/
Copy pathchanges.src
81 lines (61 loc) · 2.44 KB
/
changes.src
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<!-- $Id: changes.src,v 2.176 2014-01-17 13:48:59 bbos Exp $ -->
<HEAD>
<TITLE>Changes</TITLE>
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
</HEAD>
<BODY>
<H1>Changes</H1>
<P><em>This appendix is informative, not normative.</em></P>
<P>CSS 2.2 is an updated revision of CSS 2. The changes between
the CSS 2.1 specification (see [[CSS21]]) and this specification fall into
five groups: <a href="#known-errors">known errors,</a> typographical
errors, <a href="#clarifications">clarifications,</a> <a
href="#changes">changes</a> and <a href="#new">additions.</a>
Typographical errors are not listed here.</P>
<!--
<p>In addition, this chapter lists the <a href="#errata">errata
(part 1</a> and <a href="#errata2">part 2)</a>
that were subsequently applied to CSS 2.1 since it became a
Candidate Recommendation in July 2007.
-->
<p>This chapter is not a complete list of changes. Minor editorial
changes are not listed here.</p>
<!--
<h2><a name="new">Additional property values</a></h2>
<h3 id="a4.3.6"><a href="syndata.html#color-units">Section 4.3.6
Colors</a></h3>
<p>New color value: 'orange'
-->
<!--
<h2><a name="changes">Changes</a></h2>
<h3 id="c1.1"><a href="about.html#css2.1-v-css2">Section 1.1 CSS 2.1 vs CSS 2</a></h3>
<p>This new section is added to explain the motivation for CSS 2.1
and its relation to CSS2.</p>
-->
<!--
<h2><a name="known-errors">Errors</a></h2>
<h3 id="x-shorthand-inherit">Shorthand properties</h3>
<p>Shorthand properties take a list of subproperty values <em>or</em>
the value 'inherit'. One cannot mix 'inherit' with other subproperty
values as it would not be possible to specify the subproperty to which
'inherit' applied. The definitions of a number of shorthand properties
did not enforce this rule: 'border-top', 'border-right',
'border-bottom', 'border-left', 'border', 'background', 'font',
'list-style', 'cue', and 'outline'.
-->
<!--
<h2><a name="clarifications">Clarifications</a></h2>
<h3 id="r2.1"><a href="intro.html#html-tutorial">Section 2.1
A brief CSS 2.1 tutorial for HTML</a></h3>
<p>This section has been marked non-normative.</p>
-->
<!--
<h2><a name=errata>Errata since the Candidate Recommendation of July
2007</a></h2>
<p>Errata to CSS 2.1 since <a
href="/TR/2007/CR-CSS21-20070719">CR version of July 19, 2007.</a>
-->
</BODY>
</HTML>