Skip to content

Commit 86a810a

Browse files
committed
[css2] Fixed typo: first-line -> first-letter.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402133
1 parent 4c688df commit 86a810a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/selector.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: selector.src,v 2.74 2003-08-20 16:42:27 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.75 2003-08-24 21:54:50 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -1124,7 +1124,7 @@ fictional start tag of the first letter is inside the SPAN, and thus
11241124
the font weight of the first letter is normal, not bold as the SPAN:
11251125
<pre>
11261126
p { line-height: 1.1 }
1127-
p:first-line { font-size: 3em; font-weight: normal }
1127+
p:first-letter { font-size: 3em; font-weight: normal }
11281128
span { font-weight: bold }
11291129
...
11301130
&lt;p>&lt;span>Het hemelsche&lt;/span> gerecht heeft zich ten lange lesten&lt;br>

0 commit comments

Comments
 (0)