Skip to content

Commit 4166469

Browse files
committed
[css2] edited issue 159
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402405
1 parent bda78a1 commit 4166469

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

css2/cascade.src

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: cascade.src,v 2.57 2006-03-31 13:25:58 howcome Exp $ -->
3+
<!-- $Id: cascade.src,v 2.58 2006-03-31 13:34:18 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>
@@ -281,11 +281,11 @@ and origin (author, user, or user agent). In ascending order of
281281
precendence:
282282

283283
<ol>
284-
<li>user agent style sheets
285-
<li>user normal style sheets
286-
<li>author normal style sheets
287-
<li>author important style sheets
288-
<li>user important style sheets
284+
<li>user agent declarations
285+
<li>user normal declarations
286+
<li>author normal declarations
287+
<li>author important declarations
288+
<li>user important declarations
289289
</ol>
290290

291291
<LI>
@@ -295,10 +295,10 @@ precendence:
295295
pseudo-classes are counted as normal elements and classes,
296296
respectively.
297297

298-
<LI> Finally, sort by order specified: if two rules have the same
299-
weight, origin and specificity,
300-
the latter specified wins. Rules in imported style sheets are
301-
considered to be before any rules in the style sheet itself.
298+
<LI>Finally, sort by order specified: if two declarations have the
299+
same weight, origin and specificity, the latter specified wins.
300+
Declarations in imported style sheets are considered to be before any
301+
declarations in the style sheet itself.
302302

303303
</OL>
304304

0 commit comments

Comments
 (0)