Skip to content

Commit 8ca234a

Browse files
committed
[css2] Clarification of precedence of imported style rules
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401794
1 parent 12b77d5 commit 8ca234a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/cascade.src

Lines changed: 4 additions & 4 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.31 1999-11-02 17:40:47 ijacobs Exp $ -->
3+
<!-- $Id: cascade.src,v 2.32 1999-11-04 21:13:19 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>
@@ -273,9 +273,9 @@ than rules in the UA's default style sheet.
273273

274274
<P>Imported style sheets also cascade and their weight depends on
275275
their import order. Rules specified in a given style sheet override
276-
rules imported from other style sheets. Imported style sheets can
277-
themselves import and override other style sheets, recursively, and
278-
the same precedence rules apply.
276+
rules of the same weight imported from other style sheets. Imported
277+
style sheets can themselves import and override other style sheets,
278+
recursively, and the same precedence rules apply.
279279

280280
<H3><a name="cascading-order">Cascading order</a></H3>
281281

0 commit comments

Comments
 (0)