Skip to content

Commit 25a688a

Browse files
committed
[css2] ACRONYM -> ABBR, text-align -> alignment
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40328
1 parent 89f5640 commit 25a688a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

css2/sample.src

Lines changed: 11 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 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
2424
properties 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,
2727
DIV, DL, DT, EM, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, INS, KBD,
2828
LABEL, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,
2929
APPLET, 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,
5151
SAMP, SMALL, SPAN, STRONG, SUB, SUP, VAR, B, BIG, FONT, I, S, STRIKE, TT, U {
5252
display: inline;
5353
}
@@ -67,7 +67,7 @@ BODY {
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

184184
CENTER {
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

226226
TH {
227227
font-weight: bolder;
228-
text-align: center;
228+
alignment: center;
229229
}
230230

231231
CAPTION {
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

Comments
 (0)