Skip to content

Commit bf9f9fc

Browse files
committed
[css2] Two minor edits as per April 2002 ftf.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401870
1 parent af5661d commit bf9f9fc

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/selector.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: selector.src,v 2.58 2002-04-22 22:05:22 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.59 2002-04-29 19:14:14 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -228,7 +228,8 @@ DIV * P
228228

229229
<P>matches a P element that is a grandchild or later descendant of a
230230
DIV element. Note the whitespace on either side of the "*" is not part
231-
of the universal selector; it is the descendant selector indicating
231+
of the universal selector; the whitespace is the descendant selector
232+
indicating
232233
that the DIV must be the ancestor of some element, and that that
233234
element must be an ancestor of the P.
234235
</div>
@@ -1085,7 +1086,7 @@ class="propinst-text-shadow">'text-shadow'</span>, and <span
10851086
class="propinst-clear">'clear'.</span></p>
10861087

10871088
<div class="html-example"><p></p>
1088-
<p>The following CSS2 will make a drop cap initial letter span two lines:</p>
1089+
<p>The following CSS2 will make a drop cap initial letter span about two lines:</p>
10891090

10901091
<pre>
10911092
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"&gt;

0 commit comments

Comments
 (0)