|
1 | 1 | <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN'> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: selector.src,v 2.55 1998-09-28 23:26:59 ijacobs Exp $ --> |
| 3 | +<!-- $Id: selector.src,v 2.56 1999-11-02 19:06:17 ijacobs Exp $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Selectors</title> |
@@ -369,7 +369,7 @@ SPAN[class=example] { color: blue; } |
369 | 369 | </div> |
370 | 370 |
|
371 | 371 | <P>Multiple attribute selectors can be used to refer to several |
372 | | -attributes of an element, or even several times the same attribute. |
| 372 | +attributes of an element, or even several times to the same attribute. |
373 | 373 |
|
374 | 374 | <div class="example"><p> |
375 | 375 | Here, the selector matches all SPAN elements whose |
@@ -894,7 +894,7 @@ determined, it is possible to write selectors in CSS that match an |
894 | 894 | element based on its language. For example, in HTML [[HTML40]], the |
895 | 895 | language is determined by a combination of the "lang" attribute, the |
896 | 896 | META element, and possibly by information from the protocol (such as |
897 | | -HTTP headers). XML uses an attribute called XML:LANG, and there may be |
| 897 | +HTTP headers). XML uses an attribute called xml:lang, and there may be |
898 | 898 | other document language-specific methods for determining the language. |
899 | 899 |
|
900 | 900 | <p>The pseudo-class ':lang(C)' matches if the element is in |
@@ -1062,7 +1062,7 @@ class="propinst-clear">'clear'.</span></p> |
1062 | 1062 | <HEAD> |
1063 | 1063 | <TITLE>Drop cap initial letter</TITLE> |
1064 | 1064 | <STYLE type="text/css"> |
1065 | | - P { font-size: 12pt; line-height: 12pt } |
| 1065 | + P { font-size: 12pt; line-height: 1.2 } |
1066 | 1066 | P:first-letter { font-size: 200%; font-style: italic; |
1067 | 1067 | font-weight: bold; float: left } |
1068 | 1068 | SPAN { text-transform: uppercase } |
|
0 commit comments