11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: sample.src,v 1.10 1997-10-29 10:01:08 howcome Exp $ -->
3+ <!-- $Id: sample.src,v 1.11 1997-10-30 08:39:44 ian 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>
@@ -23,7 +23,7 @@ style sheet in their implementations.
2323/* rendered CSS1-addressable elements and all applicable non-inherited
2424properties set to initial values and default display types */
2525
26- A, ACRONYM , ADDRESS, BDO, BLOCKQUOTE, BODY, BUTTON, CITE, CODE, DD, DEL, DFN,
26+ A, ABBR , ADDRESS, BDO, BLOCKQUOTE, BODY, BUTTON, CITE, CODE, DD, DEL, DFN,
2727DIV, DL, DT, EM, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, INS, KBD,
2828LABEL, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,
2929APPLET, B, BIG, CENTER, DIR, FONT, HR, I, MENU, PRE, S, STRIKE, TT, U {
@@ -47,7 +47,7 @@ H6, IFRAME, OBJECT, OL, P, UL, APPLET, CENTER, DIR, HR, MENU, PRE {
4747 display: block;
4848 }
4949
50- A, ACRONYM , BDO, BUTTON, CITE, CODE, DEL, DFN, EM, IMG, INS, KBD, LABEL, Q,
50+ A, ABBR , BDO, BUTTON, CITE, CODE, DEL, DFN, EM, IMG, INS, KBD, LABEL, Q,
5151SAMP, SMALL, SPAN, STRONG, SUB, SUP, VAR, B, BIG, FONT, I, S, STRIKE, TT, U {
5252 display: inline;
5353 }
6767 word-spacing: normal;
6868 letter-spacing: normal;
6969 text-transform: none;
70- text-align : left;
70+ alignment : left;
7171 text-indent: 0;
7272 white-space: normal;
7373 }
@@ -182,7 +182,7 @@ U, INS {
182182 }
183183
184184CENTER {
185- text-align : center;
185+ alignment : center;
186186 }
187187
188188
@@ -218,26 +218,26 @@ CAPTION, LEGEND, TD, TH {
218218 word-spacing: normal;
219219 letter-spacing: normal;
220220 text-transform: none;
221- text-align : left;
221+ alignment : left;
222222 text-indent: 0;
223223 white-space: normal;
224224 }
225225
226226TH {
227227 font-weight: bolder;
228- text-align : center;
228+ alignment : center;
229229 }
230230
231231CAPTION {
232- text-align : center;
232+ alignment : center;
233233 }
234234
235235
236- /* proposed default for HTML 4.0's new ACRONYM element */
236+ /* proposed default for HTML 4.0's new ABBR element */
237237
238- ACRONYM {
238+ ABBR {
239239 font-variant: small-caps;
240- letter-spacing: 0.1em; /* This is almost facetious. Should ACRONYM not have
240+ letter-spacing: 0.1em; /* This is almost facetious. Should ABBR not have
241241 any default rendering? Uppercase transform? Not all languages distinguish
242242 between simple abbreviations and acronyms, and not all abbrev. should be
243243 capped. */
0 commit comments