Skip to content

Commit 6ffacb0

Browse files
committed
[css2] Added class=figure, removed dead text
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401492
1 parent 7b2431a commit 6ffacb0

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

css2/selector.src

Lines changed: 5 additions & 9 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.44 1998-04-09 14:43:37 ijacobs Exp $ -->
3+
<!-- $Id: selector.src,v 2.45 1998-04-16 22:14:28 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -1131,7 +1131,9 @@ class="propinst-clear">'clear'.</span></p>
11311131

11321132
<p>This example might be formatted as follows:</p>
11331133

1134+
<div class="figure">
11341135
<P><img src="./images/first-letter.gif" alt="Image illustrating the combined effect of the :first-letter and :first-line pseudo-elements"></p>
1136+
</div>
11351137

11361138
<p>The <span class="index-inst" title="fictional tag
11371139
sequence">fictional tag sequence</span> is:</p>
@@ -1165,16 +1167,10 @@ Punctuation (i.e, characters defined in Unicode [[UNICODE]] in the
11651167
"open" (Ps), "close" (Pe), and "other" (Po) punctuation classes), that
11661168
precedes the first letter should be included, as in:</p>
11671169

1170+
<div class="figure">
11681171
<P><img src="./images/first-letter2.gif" alt="Quotes that precede the
11691172
first letter should be included."></p>
1170-
1171-
<!--
1172-
<p> When the paragraph starts with other punctuation (e.g.,
1173-
parenthesis and ellipsis points) or other characters that are normally
1174-
not considered letters (e.g., digits and mathematical symbols),
1175-
:first-letter pseudo-elements are generally <span class="index-inst"
1176-
title="ignore"><a href="syndata.html#ignore">ignored</a></span></p>
1177-
Removed 27/2/98 -->
1173+
</div>
11781174

11791175
<p>The :first-letter pseudo-element matches parts of <a
11801176
href="visuren.html#block-level">block-level</a> elements only.</p>

0 commit comments

Comments
 (0)