Skip to content

Commit 387afb0

Browse files
committed
[css2] Added In CSS1 'background-position' was relative to the content edge, in CSS2 it is relative to the padding edge.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401761
1 parent 5603a92 commit 387afb0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css2/changes.src

Lines changed: 4 additions & 1 deletion
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.20 1998-05-11 18:51:08 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.21 1999-11-02 18:25:40 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>
@@ -130,6 +130,9 @@ specification reflects this by introducing the term "containing block".
130130
<LI>The initial value of 'display' is 'inline' in CSS2, not 'block' as
131131
in CSS1.
132132

133+
<LI>In CSS1 'background-position' was relative to the content edge, in
134+
CSS2 it is relative to the padding edge.
135+
133136
<LI>In CSS1, the 'clear' property applied to all elements. This was an
134137
error, and the property only applies to block-level elements in CSS2.
135138

0 commit comments

Comments
 (0)