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
281281precendence:
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