|
1 | 1 | <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'> |
2 | 2 | <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 $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Selectors</title> |
@@ -75,7 +75,7 @@ beginning (from the left) with "en". |
75 | 75 | <TR><TD>DIV.warning<TD><em>Language specific.</em> (In HTML, the same |
76 | 76 | as DIV[class~="warning"].) |
77 | 77 | <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 |
79 | 79 | equal to "myid".<TD><a href="#id-selectors">ID selectors</a></TR> |
80 | 80 | </table> |
81 | 81 |
|
@@ -111,7 +111,7 @@ A selector consisting of a single simple selector matches any element |
111 | 111 | satisfying its requirements. Prepending a simple selector and |
112 | 112 | combinator to a chain imposes additional matching constraints, so the |
113 | 113 | subjects of a selector are always a subset of the elements matching |
114 | | -the rightmost simple selector. |
| 114 | +the last simple selector. |
115 | 115 |
|
116 | 116 | <P>One <a href="#pseudo-elements">pseudo-element</a> may be appended |
117 | 117 | to the last simple selector in a chain, in which case the style |
@@ -679,7 +679,7 @@ href="#subject">subject</a> of the selector. |
679 | 679 | </p> |
680 | 680 |
|
681 | 681 |
|
682 | | -<p>Pseudo-elements and pseudo-class names are case-insensitive.</p> |
| 682 | +<p>Pseudo-element and pseudo-class names are case-insensitive.</p> |
683 | 683 |
|
684 | 684 | <P>Some pseudo-classes are mutually exclusive, while others can be |
685 | 685 | applied simultaneously to the same element. In case of conflicting |
@@ -851,8 +851,7 @@ the mouse button and releases it. |
851 | 851 | focus (accepts keyboard events or other forms of text input). |
852 | 852 | </ul> |
853 | 853 |
|
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. |
856 | 855 |
|
857 | 856 | <p>CSS doesn't define which elements may be in the above states, or |
858 | 857 | how the states are entered and left. Scripting may change whether |
|
0 commit comments