|
1 | 1 | <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'> |
2 | 2 | <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 $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Selectors</title> |
@@ -731,15 +731,15 @@ class="propinst-text-transform">'text-transform',</span> <span |
731 | 731 | class="propinst-line-height">'line-height',</span> and <span |
732 | 732 | class="propinst-clear">'clear'.</span></p> |
733 | 733 |
|
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> |
735 | 735 |
|
736 | 736 | <p>[Define better alignment of drop caps? BB]</p> |
737 | 737 |
|
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 |
743 | 743 | class="propinst-float">'float'</span> property is 'none', otherwise it |
744 | 744 | is similar to a floating element.</p> |
745 | 745 |
|
@@ -869,7 +869,7 @@ element. Properties set on :first-line are inherited by |
869 | 869 | with :before and :after, they apply to the first letter or line of the |
870 | 870 | element including the inserted text. |
871 | 871 |
|
872 | | -<h3>The <span class="index-def" |
| 872 | +<h3><a name="before-and-after">The</a> <span class="index-def" |
873 | 873 | title="pseudo-elements:::before|:before">:before</span> and <span |
874 | 874 | class="index-def" title="pseudo-elements:::after|:after">:after</span> |
875 | 875 | pseudo-elements</h3> |
|
0 commit comments