Skip to content

Commit 9fdd43b

Browse files
committed
[css2] Ian's edit (missing parenthesis)
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402110
1 parent c21eb0b commit 9fdd43b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/intro.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.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: intro.src,v 2.43 2002-11-17 19:32:21 bbos Exp $ -->
3+
<!-- $Id: intro.src,v 2.44 2003-07-14 13:46:28 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Introduction to CSS&nbsp;2.1</TITLE>
@@ -353,7 +353,7 @@ href="selector.html#attribute-selectors">attribute selectors</a>).
353353

354354
<li>Some parts of element content (see the <a
355355
href="selector.html#first-line">:first-line</a> and <a
356-
href="selector.html#first-letter">:first-letter</a> pseudo-elements.
356+
href="selector.html#first-letter">:first-letter</a> pseudo-elements).
357357

358358
<li>Elements of the document tree when they are in a certain state
359359
(see the section on <a href="selector.html#pseudo-classes">pseudo-classes</a>).

0 commit comments

Comments
 (0)