Skip to content

Commit 1856139

Browse files
committed
[css2] Added comment about things to do.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401136
1 parent efd31e6 commit 1856139

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

css2/cascade.src

Lines changed: 3 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.10 1998-03-09 16:22:00 bbos Exp $ -->
3+
<!-- $Id: cascade.src,v 2.11 1998-03-12 19:27:20 bbos 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>
@@ -279,7 +279,8 @@ must apply the following algorithm:</p>
279279
Sort the declarations by weight.
280280
<span class="index-def" title="important">"!important"</span>
281281
declarations in the user's style sheet have more weight than
282-
all other declarations.
282+
all other declarations. <!-- or do !important declarations in
283+
author and UA ss still have some effect? -->
283284

284285
<LI>
285286
Sort by origin: the author's style sheets override the user's

0 commit comments

Comments
 (0)