Skip to content

Commit 4d52621

Browse files
committed
[css2] Made changes suggested by Etan Wexler and agreed at Gaithersburg ftf.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401966
1 parent b07cea9 commit 4d52621

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

css2/selector.src

Lines changed: 5 additions & 6 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: selector.src,v 2.66 2002-09-13 23:40:54 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.67 2002-11-18 21:38:52 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -75,7 +75,7 @@ beginning (from the left) with "en".
7575
<TR><TD>DIV.warning<TD><em>Language specific.</em> (In HTML, the same
7676
as DIV[class~="warning"].)
7777
<TD><a href="#class-html">Class selectors</a></TR>
78-
<TR><TD>E#myid<TD>Matches any E element ID
78+
<TR><TD>E#myid<TD>Matches any E element with ID
7979
equal to "myid".<TD><a href="#id-selectors">ID selectors</a></TR>
8080
</table>
8181

@@ -111,7 +111,7 @@ A selector consisting of a single simple selector matches any element
111111
satisfying its requirements. Prepending a simple selector and
112112
combinator to a chain imposes additional matching constraints, so the
113113
subjects of a selector are always a subset of the elements matching
114-
the rightmost simple selector.
114+
the last simple selector.
115115

116116
<P>One <a href="#pseudo-elements">pseudo-element</a> may be appended
117117
to the last simple selector in a chain, in which case the style
@@ -679,7 +679,7 @@ href="#subject">subject</a> of the selector.
679679
</p>
680680

681681

682-
<p>Pseudo-elements and pseudo-class names are case-insensitive.</p>
682+
<p>Pseudo-element and pseudo-class names are case-insensitive.</p>
683683

684684
<P>Some pseudo-classes are mutually exclusive, while others can be
685685
applied simultaneously to the same element. In case of conflicting
@@ -851,8 +851,7 @@ the mouse button and releases it.
851851
focus (accepts keyboard events or other forms of text input).
852852
</ul>
853853

854-
<p>These pseudo-classes are not mutually exclusive. An element may
855-
match several of them at the same time.
854+
<p>An element may match several pseudo-classes at the same time.
856855

857856
<p>CSS doesn't define which elements may be in the above states, or
858857
how the states are entered and left. Scripting may change whether

0 commit comments

Comments
 (0)