Skip to content

Commit eba6367

Browse files
committed
[css2] Minor fix
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40673
1 parent 88f0dc1 commit eba6367

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/lists.src

Lines changed: 4 additions & 3 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: lists.src,v 1.17 1998-01-15 17:09:28 ijacobs Exp $ -->
3+
<!-- $Id: lists.src,v 1.18 1998-01-20 23:26:52 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Lists</TITLE>
@@ -261,8 +261,9 @@ OL.alpha LI { list-style: lower-alpha } /* Any LI descendant of an OL */
261261
OL.alpha + LI { list-style: lower-alpha } /* Any LI child of an OL */
262262
</PRE>
263263

264-
<P>Authors who only use the contextual selector may not achieve
265-
the results they expect. Consider the following rules:
264+
<P>Authors who only use the <a
265+
href="selector.html#descendant-selectors">descendant selector</a> may
266+
not achieve the results they expect. Consider the following rules:
266267

267268
<PRE class="html-example">
268269
&lt;HTML&gt;

0 commit comments

Comments
 (0)