|
1 | 1 | <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'> |
2 | 2 | <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 $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Selectors</title> |
@@ -1131,7 +1131,9 @@ class="propinst-clear">'clear'.</span></p> |
1131 | 1131 |
|
1132 | 1132 | <p>This example might be formatted as follows:</p> |
1133 | 1133 |
|
| 1134 | +<div class="figure"> |
1134 | 1135 | <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> |
1135 | 1137 |
|
1136 | 1138 | <p>The <span class="index-inst" title="fictional tag |
1137 | 1139 | sequence">fictional tag sequence</span> is:</p> |
@@ -1165,16 +1167,10 @@ Punctuation (i.e, characters defined in Unicode [[UNICODE]] in the |
1165 | 1167 | "open" (Ps), "close" (Pe), and "other" (Po) punctuation classes), that |
1166 | 1168 | precedes the first letter should be included, as in:</p> |
1167 | 1169 |
|
| 1170 | +<div class="figure"> |
1168 | 1171 | <P><img src="./images/first-letter2.gif" alt="Quotes that precede the |
1169 | 1172 | 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> |
1178 | 1174 |
|
1179 | 1175 | <p>The :first-letter pseudo-element matches parts of <a |
1180 | 1176 | href="visuren.html#block-level">block-level</a> elements only.</p> |
|
0 commit comments