Skip to content

Commit 3525a90

Browse files
committed
[css2] updated text on computed/actual values,
changed example from 'font-size' to borders --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401394
1 parent 553305c commit 3525a90

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

css2/cascade.src

Lines changed: 12 additions & 2 deletions
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: cascade.src,v 2.21 1998-03-23 02:42:14 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.22 1998-03-24 10:27:09 howcome Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Assigning property values, Cascading, and Inheritance</TITLE>
@@ -71,17 +71,27 @@ the formulas given with each property, certain keywords ('smaller',
7171
<h3><span class="index-def" title="actual value">
7272
<a name="actual-value">Actual values</a></span></h3>
7373

74+
<!--
7475
<P>A computed value is in principle ready to be used, but a user agent
7576
may not be able to make use of the value in a given environment. For
7677
example, a user agent may not have a computed font size available, in
7778
which case the user agent must approximate the computed value. The
7879
actual value is the computed value after any approximations have been
7980
applied.
8081

82+
[not a very good example any longer, a new paragraph follows] -->
83+
84+
<P>A computed value is in principle ready to be used, but a user agent
85+
may not be able to make use of the value in a given environment. For
86+
example, a user agent may only be able to render borders with integer
87+
pixel widths and may therefore have to approximate the computed
88+
width. The actual value is the computed value after any approximations
89+
have been applied.
8190

8291
<P>In most cases, elements inherit actual values. However, there are
8392
some properties whose specified or computed values may be inherited
84-
(e.g., the number value for the <span
93+
(e.g., the <span class="propinst-font-size">'font-size'</span>
94+
property and the number value for the <span
8595
class="propinst-line-height">'line-height'</span> property). The
8696
definition of a property whose actual value is not what other elements
8797
inherit will clearly say so.

0 commit comments

Comments
 (0)