Skip to content

Commit 826ebab

Browse files
committed
[css2] Added quotes around first occurrence of "computed value"
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402217
1 parent d3790d6 commit 826ebab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/cascade.src

Lines changed: 2 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.48 2004-02-17 19:36:10 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.49 2004-02-18 00:19:03 bbos 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>
@@ -20,7 +20,7 @@ target <a href="media.html">media type</a>.
2020
<p>The final value of a property is the result of a four-step
2121
calculation: the value is determined through specification (the
2222
"specified value"), then resolved into a value that is used for
23-
inheritance (the computed value), then converted into an absolute
23+
inheritance (the "computed value"), then converted into an absolute
2424
value if necessary (the "used value"), and finally transformed
2525
according to the limitations of the local environment (the "actual
2626
value").

0 commit comments

Comments
 (0)