Skip to content

Commit 4ec53fb

Browse files
committed
[css2] Added new computed values to Changes section.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402086
1 parent 446d3d7 commit 4ec53fb

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

css2/changes.src

Lines changed: 20 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.38 2003-04-14 15:27:31 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.39 2003-04-30 15:50:25 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix B: Changes</TITLE>
@@ -46,6 +46,25 @@ Conformance</a></h3>
4646
<p>Support for user style sheets is now required (in most cases),
4747
rather than just recommended.
4848

49+
<h3 id="s-6-1-2"><a href="cascade.html#computed-value">Section 6.1.2 Computed values</a></h3>
50+
51+
<p>The computed value of a property can now also be a percentage. In
52+
particular, the following properties now inherit the percentage if the
53+
specified value is a percentage:
54+
55+
<ul>
56+
<li>background-position
57+
<li>bottom, left, right, top
58+
<li>height, width
59+
<li>margin-bottom, margin-left, margin-right, margin-top,
60+
<li>min-height, min-width
61+
<li>padding-bottom, padding-left, padding-right, padding-top
62+
<li>text-indent
63+
</ul>
64+
65+
<p>Note that only 'text-indent' inherits by default, the others only
66+
inherit if the 'inherit' keyword is specified.
67+
4968
<h3 id="s-6-4-3"><a href="cascade.html#specificity">Section 6.4.3
5069
Calculating a selector's specificity</a></h3>
5170

0 commit comments

Comments
 (0)