We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a0768 commit 9347c67Copy full SHA for 9347c67
1 file changed
css2/selector.src
@@ -1,6 +1,6 @@
1
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'>
2
<html lang="en">
3
-<!-- $Id: selector.src,v 2.49 1998-05-03 01:05:09 ijacobs Exp $ -->
+<!-- $Id: selector.src,v 2.50 1998-05-03 01:08:49 ijacobs Exp $ -->
4
<head>
5
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6
<title>Selectors</title>
@@ -265,7 +265,7 @@ DIV OL>LI P
265
<P>It matches a P element that is a descendant of an LI; the LI element
266
must be the child of an OL element; the OL element must be a
267
descendant of a DIV. Notice that the optional whitespace around
268
-the ">" combinator have been left out.
+the ">" combinator has been left out.
269
</div>
270
271
<P>For information on selecting the first child of an element, please
0 commit comments