Skip to content

Commit 996b293

Browse files
committed
[css2] Minor edits
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401164
1 parent 1b93083 commit 996b293

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

css2/sample.src

Lines changed: 7 additions & 11 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: 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 $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix A: A sample style sheet for HTML 4.0</TITLE>
@@ -10,10 +10,9 @@
1010
<P><em>This appendix is informative, not normative.</em></P>
1111

1212
<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.
1716

1817
<P>The full presentation of some HTML elements cannot be
1918
expressed in CSS2, including replaced elements (IMG, OBJECT),
@@ -286,17 +285,14 @@ CAPTION {
286285
}
287286

288287

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 */
290289

291290
ABBR, ACRONYM {
292291
font-variant: small-caps;
293292
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+
}
298294

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 */
300296

301297
OL OL LI {
302298
list-style-type: lower-alpha;

0 commit comments

Comments
 (0)