Skip to content

Commit 5603a92

Browse files
committed
[css2] typo fix (deleted extra s)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401760
1 parent e7a3dd7 commit 5603a92

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.30 1998-06-08 14:39:11 ijacobs Exp $ -->
3+
<!-- $Id: cascade.src,v 2.31 1999-11-02 17:40:47 ijacobs 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>
@@ -349,7 +349,7 @@ equivalent to declaring all of its sub-properties to be "!important".
349349

350350
<P> The first rule in the user's style sheet in the following example
351351
contains an "!important" declaration, which overrides the corresponding
352-
declaration in the author's styles sheet. The second declaration
352+
declaration in the author's style sheet. The second declaration
353353
will also win due to being marked "!important". However, the third
354354
rule in the user's style sheet is not "!important" and will therefore
355355
lose to the second rule in the author's style sheet (which happens to

0 commit comments

Comments
 (0)