File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN'>
22<html lang="en">
3- <!-- $Id: selector.src,v 2.107 2007-07-17 03:34:41 fantasai Exp $ -->
3+ <!-- $Id: selector.src,v 2.108 2007-11-13 14:30:56 bbos Exp $ -->
44<head>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<title>Selectors</title>
@@ -479,7 +479,7 @@ EXAMPLE[notation=octal] { /*... other settings...*/ }
479479</pre>
480480
481481<p>Here, because the selector <code>EXAMPLE[notation=octal]</code> is
482- more <a href="cascade.html#specificity">specific</a> than the tag
482+ more <a href="cascade.html#specificity">specific</a> than the type
483483selector alone, the style declarations in the second rule will override
484484those in the first for elements that have a "notation" attribute value
485485of "octal". Care has to be taken that all property declarations that
You can’t perform that action at this time.
0 commit comments