Skip to content

Commit 29cc42e

Browse files
committed
[css2] Modified to get around SGML problem. This is only a workaround.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40809
1 parent 3c49e24 commit 29cc42e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

css2/selector.src

Lines changed: 8 additions & 8 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.0 1998-02-02 18:47:37 bbos Exp $ -->
3+
<!-- $Id: selector.src,v 2.1 1998-02-03 14:17:16 ijacobs Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Selectors</title>
@@ -731,15 +731,15 @@ class="propinst-text-transform">'text-transform',</span> <span
731731
class="propinst-line-height">'line-height',</span> and <span
732732
class="propinst-clear">'clear'.</span></p>
733733

734-
<h3>The <span class="index-def" title="pseudo-elements:::first-letter|:first-letter">:first-letter</span> pseudo-element</h3>
734+
<h3><a name="first-letter">The</a> <span class="index-def" title="pseudo-elements:::first-letter|:first-letter">:first-letter</span> pseudo-element</h3>
735735

736736
<p>[Define better alignment of drop caps? BB]</p>
737737

738-
<p>The <a name="first-letter">:first-letter</a> pseudo-element may be
739-
used for <span class="index-inst" title="initial caps">"initial
740-
caps"</span> and <span class="index-inst" title="drop caps">"drop
741-
caps"</span>, which are common typographical effects. This type of
742-
initial letter is similar to an inline element if its <span
738+
<p>The :first-letter pseudo-element may be used for <span
739+
class="index-inst" title="initial caps">"initial caps"</span> and
740+
<span class="index-inst" title="drop caps">"drop caps"</span>, which
741+
are common typographical effects. This type of initial letter is
742+
similar to an inline element if its <span
743743
class="propinst-float">'float'</span> property is 'none', otherwise it
744744
is similar to a floating element.</p>
745745

@@ -869,7 +869,7 @@ element. Properties set on :first-line are inherited by
869869
with :before and :after, they apply to the first letter or line of the
870870
element including the inserted text.
871871

872-
<h3>The <span class="index-def"
872+
<h3><a name="before-and-after">The</a> <span class="index-def"
873873
title="pseudo-elements:::before|:before">:before</span> and <span
874874
class="index-def" title="pseudo-elements:::after|:after">:after</span>
875875
pseudo-elements</h3>

0 commit comments

Comments
 (0)