File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
230230DIV 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
232233that the DIV must be the ancestor of some element, and that that
233234element must be an ancestor of the P.
234235</div>
@@ -1085,7 +1086,7 @@ class="propinst-text-shadow">'text-shadow'</span>, and <span
10851086class="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<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
You can’t perform that action at this time.
0 commit comments