|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Appendix B: Changes</TITLE> |
@@ -46,6 +46,25 @@ Conformance</a></h3> |
46 | 46 | <p>Support for user style sheets is now required (in most cases), |
47 | 47 | rather than just recommended. |
48 | 48 |
|
| 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 | + |
49 | 68 | <h3 id="s-6-4-3"><a href="cascade.html#specificity">Section 6.4.3 |
50 | 69 | Calculating a selector's specificity</a></h3> |
51 | 70 |
|
|
0 commit comments