|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: sample.src,v 2.9 1998-02-19 01:06:14 ijacobs Exp $ --> |
| 3 | +<!-- $Id: sample.src,v 2.10 1998-03-14 00:43:54 ijacobs Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Appendix A: A sample style sheet for HTML 4.0</TITLE> |
|
10 | 10 | <P><em>This appendix is informative, not normative.</em></P> |
11 | 11 |
|
12 | 12 | <P>This style sheet describes the typical rendering of all HTML 4.0 |
13 | | -([[-HTML40]]) elements visual UAs. The style sheet is based on |
14 | | -extensive research on how current UAs render HTML, and developers are |
15 | | -encouraged to use it as a default style sheet in their |
16 | | -implementations. |
| 13 | +([[-HTML40]]) elements based on extensive research into current UA |
| 14 | +practice. Developers are encouraged to use it as a default style sheet |
| 15 | +in their implementations. |
17 | 16 |
|
18 | 17 | <P>The full presentation of some HTML elements cannot be |
19 | 18 | expressed in CSS2, including replaced elements (IMG, OBJECT), |
@@ -286,17 +285,14 @@ CAPTION { |
286 | 285 | } |
287 | 286 |
|
288 | 287 |
|
289 | | -/* proposed default for HTML 4.0's new ABBR/ACRONYM elements */ |
| 288 | +/* An example of style for HTML 4.0's new ABBR/ACRONYM elements */ |
290 | 289 |
|
291 | 290 | ABBR, ACRONYM { |
292 | 291 | font-variant: small-caps; |
293 | 292 | letter-spacing: 0.1em; |
294 | | - /* This is almost facetious. Should they not have any |
295 | | - default rendering? Uppercase transform? Not all languages |
296 | | - distinguish between simple abbreviations and acronyms, and |
297 | | - not all abbrev. should be capped. */ } |
| 293 | + } |
298 | 294 |
|
299 | | -/* not part of the legacy browser default sheet, but an obvious enhancement */ |
| 295 | +/* Not part of the legacy browser default sheet, but an obvious enhancement */ |
300 | 296 |
|
301 | 297 | OL OL LI { |
302 | 298 | list-style-type: lower-alpha; |
|
0 commit comments