Skip to content

Commit afac4c5

Browse files
committed
[css2] Changed "tag selector" to "type selector" issue 17bis (18?)
http://csswg.inkedblade.net/spec/css2.1#issue-171 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402797
1 parent 394adf3 commit afac4c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/selector.src

Lines changed: 2 additions & 2 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: 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
483483
selector alone, the style declarations in the second rule will override
484484
those in the first for elements that have a "notation" attribute value
485485
of "octal". Care has to be taken that all property declarations that

0 commit comments

Comments
 (0)