Skip to content

Commit 251f0b9

Browse files
committed
[css2] Minor change as per Mike W.: note instead of initial
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40821
1 parent 6a9a473 commit 251f0b9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

css2/selector.src

Lines changed: 4 additions & 4 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.1 1998-02-03 14:17:16 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 2.2 1998-02-07 02:01:56 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -996,15 +996,15 @@ If the following link:
996996
Thus, the following rule:
997997

998998
<pre>
999-
P.initial:first-letter { color: red }
999+
P.note:first-letter { color: red }
10001000
</pre>
10011001

10021002
<P>would make the first letter of all P elements with
1003-
<samp>class="initial"</samp> such as the following, the color 'red',
1003+
<samp>class="note"</samp> such as the following, the color 'red',
10041004
as in:</p>
10051005

10061006
<pre class="html-example">
1007-
&lt;P class="initial"&gt;First paragraph&lt;/P&gt;
1007+
&lt;P class="note"&gt;Note: Only valid until December 31.&lt;/P&gt;
10081008
</pre>
10091009
</div>
10101010

0 commit comments

Comments
 (0)