Skip to content

Commit d3544e4

Browse files
committed
[css2] shorthand properties always set missing properties to initial, not inherited value
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401198
1 parent a9806ac commit d3544e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/about.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: about.src,v 2.15 1998-03-14 23:28:50 ijacobs Exp $ -->
3+
<!-- $Id: about.src,v 2.16 1998-03-16 09:19:36 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>About the CSS2 Specification</TITLE>
@@ -243,7 +243,7 @@ class="propinst-line-height">'line-height'</span>, and <span
243243
class="propinst-font-family">'font-family'</span> all at once.</p>
244244

245245
<P>When values are omitted from a shorthand form, each
246-
"missing" property either inherits its value or is assigned
246+
"missing" property is assigned
247247
its initial value (see the section on <a href="cascade.html">the
248248
cascade</a>).
249249

0 commit comments

Comments
 (0)