Skip to content

Commit 33601fb

Browse files
committed
[css2] Removed comment
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401320
1 parent f1f329a commit 33601fb

20 files changed

Lines changed: 133 additions & 128 deletions

css2/about.src

Lines changed: 1 addition & 13 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: about.src,v 2.22 1998-03-21 16:59:08 howcome Exp $ -->
3+
<!-- $Id: about.src,v 2.23 1998-03-21 21:21:55 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>About the CSS2 Specification</TITLE>
@@ -87,18 +87,6 @@ information that resembles the following:</p>
8787

8888
<!-- #include src=properties/property-name.srb -->
8989

90-
<!--
91-
<TABLE>
92-
<TR><TH align="right">Specified value:<TD>Legal values and syntax</TR>
93-
<TR><TH align="right">Initial value:<TD>The initial value</TR>
94-
<TR><TH align="right">Applies to:<TD>Elements this property applies to</TR>
95-
<TR><TH align="right">Inherited:<TD>Whether the property is inherited</TR>
96-
<TR><TH align="right">Percentage values:<TD>How percentage values should be interpreted</TR>
97-
<TR><TH align="right">Media groups:<TD>Which media groups this
98-
property applies to</TR>
99-
</TABLE>
100-
-->
101-
10290
<h4>Value</h4>
10391

10492
<P>This part specifies the set of valid values for the property. Value

css2/changes.src

Lines changed: 2 additions & 2 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: changes.src,v 2.12 1998-03-21 00:29:59 ijacobs Exp $ -->
3+
<!-- $Id: changes.src,v 2.13 1998-03-21 21:21:59 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix B: Changes from CSS1</TITLE>
@@ -79,7 +79,7 @@ semantics.
7979

8080
<P>While all CSS1 style sheets are valid CSS2 style sheets, there are
8181
a few cases where the CSS1 style sheet will have a different meaning
82-
when interperted as a CSS2 style sheet. Most changes are due to
82+
when interpreted as a CSS2 style sheet. Most changes are due to
8383
implementation experience feeding back into the specification, but
8484
there are also some error corrections.
8585

css2/conform.src

Lines changed: 11 additions & 8 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: conform.src,v 2.28 1998-03-21 00:50:30 ijacobs Exp $ -->
3+
<!-- $Id: conform.src,v 2.29 1998-03-21 21:22:02 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Conformance: requirements and recommendations</TITLE>
@@ -50,13 +50,16 @@ inheritance</a>.
5050

5151
<dd>The <span class="index-def" title="valid style
5252
sheet">validity</span> of a style sheet depends on the level of CSS
53-
used for the style sheet. With very few exceptions, all valid CSS1
54-
style sheets are valid CSS2 style sheets (see the section on <a
55-
href="changes.html#changes-from-css1">changes from CSS1</a> in the
56-
appendix). A valid CSS2 style sheet must be written according to the
57-
<a href="grammar.html">grammar of CSS2</a>. Furthermore, it must
58-
contain only at-rules, property names, and property values defined in
59-
this specification. An <span class="index-def"
53+
used for the style sheet. All valid CSS1 style sheets are valid CSS2
54+
style sheets. However, some <a
55+
href="changes.html#changes-from-css1">changes from CSS1</a> mean that
56+
a few CSS1 style sheets will have slightly different semantics in
57+
CSS2.
58+
59+
<P>A valid CSS2 style sheet must be written according to the <a
60+
href="grammar.html">grammar of CSS2</a>. Furthermore, it must contain
61+
only at-rules, property names, and property values defined in this
62+
specification. An <span class="index-def"
6063
title="illegal"><strong>illegal</strong></span> or invalid at-rule,
6164
property name, or property value is one that is not valid.
6265

css2/cover.src

Lines changed: 27 additions & 32 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: cover.src,v 2.11 1998-03-21 00:34:13 ijacobs Exp $ -->
3+
<!-- $Id: cover.src,v 2.12 1998-03-21 21:22:06 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Cascading Style Sheets, Level 2</TITLE>
@@ -12,7 +12,7 @@ src="./images/w3c_home.gif" alt="W3C" align="left" border="0"
1212
hspace="0"></a> _THE_ID_<br clear="all"></p>
1313

1414
<h1 align=center>Cascading Style Sheets, level 2</h1>
15-
<center><strong>W3C Working Draft <i>_THE_DATE_</i></strong></center>
15+
<center><strong>W3C Proposed Recommendation <i>_THE_DATE_</i></strong></center>
1616
<dl>
1717
<dt>This version:
1818
<dd><a href="_THIS_VERSION_">_THIS_VERSION_</a>
@@ -36,44 +36,39 @@ hspace="0"></a> _THE_ID_<br clear="all"></p>
3636

3737
<p>This specification defines Cascading Style Sheets, level 2
3838
(CSS2). CSS2 is a style sheet language that allows authors and users
39-
to attach style (e.g. fonts, spacing and aural cues) to structured
40-
documents (e.g. HTML and XML applications). By separating the
41-
presentation style of documents from the content of documents, CSS2
42-
simplifies Web authoring and site maintenance.
39+
to attach style (e.g., fonts, spacing, and aural cues) to structured
40+
documents (e.g., HTML documents and XML applications). By separating
41+
the presentation style of documents from the content of documents,
42+
CSS2 simplifies Web authoring and site maintenance.
4343

4444
<P>CSS2 builds on CSS1 (see [[CSS1]]) and all valid CSS1 style sheets
45-
are valid CSS2 style sheets. In addition to the visual formatting
46-
properties in CSS1, CSS2 adds support for aural devices and enhances
47-
printing from the Web. Also, positioned elements and downloadable fonts
48-
are supported by this specification.
49-
45+
are valid CSS2 style sheets. CSS2 supports media-specific style sheets
46+
so that authors may tailor the presentation of their documents to
47+
visual browsers, aural devices, printers, braille devices, handheld
48+
devices, etc. This specification also supports content positioning,
49+
downloadable fonts, table layout, features for internationalization,
50+
automatic counters and numbering, and some properties related to user
51+
interface.
5052

5153
<h2>Status of this document</h2>
5254

5355

54-
<P>This document is [soon to be] <!--currently--> undergoing review by
55-
the members of the World Wide Web Consortium. It is a stable document
56-
derived from a series of working drafts produced over the last year as
57-
deliverables of the <A HREF='http://www.w3.org/Style/Activity'>Style
58-
Sheets activity</A>. Details of this review have been distributed to
59-
member's representatives. Comments by non-members should be sent to
60-
www-style@w3.org.
61-
62-
<P>The review period will end on dd mmmmm 1998 24:00 GMT. Within 14
63-
days from that time, the document's disposition will be announced: it
64-
may become a W3C Recommendation (possibly with minor changes), or it
65-
may revert to Working Draft status, or it may be dropped as a W3C work
66-
item. This document does not at this time imply any endorsement by the
67-
Consortium's staff or member organizations.
56+
<P>This document is currently undergoing review by the members of
57+
the World Wide Web Consortium. It is a stable document derived from a
58+
series of working drafts produced over the last year as deliverables
59+
of the <A HREF='http://www.w3.org/Style/Activity'>Style Sheets
60+
activity</A>. Details of this review have been distributed to
61+
Member's representatives. Comments by non-Members should be sent to <a
62+
href="mailto:www-style@w3.org">www-style@w3.org</a>.
6863

69-
<!--
64+
<P>The review period will end on 21 April, 1998 at 24:00 GMT. Within
65+
14 days from that time, the document's disposition will be announced:
66+
it may become a W3C Recommendation (possibly with minor changes), or
67+
it may revert to Working Draft status, or it may be dropped as a W3C
68+
work item.
7069

71-
<P>If you did not get this document directly from the W3C website you
72-
may want to check whether you have the latest version of this document
73-
by looking at the list of W3C technical reports at <a
74-
href="http://www.w3.org/TR/">http://www.w3.org/TR/</a>.
75-
76-
-->
70+
<P>As a Proposed Recommendation, this document does not imply any
71+
endorsement by the Consortium's staff or Member organizations.
7772

7873
<h2>Available formats</h2>
7974

css2/css.dico

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ AFM
77
API
88
APPLET
99
Agfa
10+
ATTLIST
1011
Akzidenz
1112
Albion
1213
Alis
@@ -21,6 +22,7 @@ Attika
2122
Automatique
2223
BA
2324
BASEFONT
25+
BB
2426
BDO
2527
BF
2628
BFF
@@ -54,6 +56,7 @@ CGM
5456
CID
5557
CIE
5658
CJK
59+
CL
5760
CMap
5861
COLGROUP
5962
COLSPAN
@@ -105,6 +108,7 @@ Dingbats
105108
DocLock
106109
Download
107110
Downloaded
111+
Dwayne
108112
EF
109113
EFF
110114
Emacspeak
@@ -157,11 +161,13 @@ GXFF
157161
Garamond
158162
Garde
159163
Garshol
164+
Geir
160165
Geometrique
161166
Gilman
162167
Glazman
163168
Grif
164169
Grotesk
170+
Groucho
165171
Gujarati
166172
Gurmukhi
167173
HBOX
@@ -180,6 +186,7 @@ Hegaret
180186
Heisei
181187
Heisi
182188
Henrik
189+
Hickson
183190
Hiragana
184191
Holtman
185192
HotWired
@@ -190,6 +197,7 @@ IDENT
190197
IDs
191198
IEC
192199
IFRAME
200+
Il
193201
IMG
194202
INFINIFONT
195203
IPA
@@ -205,6 +213,7 @@ Inso
205213
Institut
206214
Intellifont
207215
Irix
216+
Ivars
208217
Jamo
209218
JanMar
210219
Jared
@@ -232,6 +241,7 @@ Kyokasho
232241
LBRACE
233242
LBRACK
234243
LI
244+
LIs
235245
LL
236246
LM
237247
LPAR
@@ -303,6 +313,7 @@ PARs
303313
PCDATA
304314
PCL
305315
PDF
316+
PFM
306317
PFR
307318
PFRs
308319
PNG
@@ -316,6 +327,7 @@ Pemberton
316327
Peninim
317328
Pepel
318329
Perp
330+
Pernett
319331
Perrell
320332
Phillabaum
321333
Platon
@@ -324,6 +336,10 @@ Poetica
324336
Ponto
325337
PostScript
326338
Poynton
339+
Ps
340+
Pe
341+
Po
342+
Prawn
327343
QuickDraw
328344
Quin
329345
RAL
@@ -429,6 +445,7 @@ WebFonts
429445
WERB
430446
WERBEH
431447
Wexler
448+
WG's
432449
Wium
433450
XHeight
434451
XML
@@ -458,6 +475,7 @@ appworkspace
458475
ar
459476
arabic
460477
aring
478+
asciiart
461479
att
462480
attr
463481
attrib
@@ -501,6 +519,7 @@ cgi
501519
ch
502520
changebar
503521
chapitre
522+
chapno
504523
charles
505524
charset
506525
charsets
@@ -568,6 +587,7 @@ dev
568587
dfn
569588
diffs
570589
dir
590+
disait
571591
displayable
572592
div
573593
dl
@@ -607,10 +627,12 @@ expr
607627
eXtensible
608628
fA
609629
fallback
630+
faut
610631
faux
611632
fb
612633
ff
613634
ffbb
635+
ffd
614636
fff
615637
ffffff
616638
fi
@@ -627,6 +649,7 @@ ft
627649
ftp
628650
garet
629651
gen
652+
georgian
630653
gewis
631654
gif
632655
glGammaVal
@@ -648,6 +671,7 @@ hhea
648671
highlighttext
649672
hiragana
650673
hmtx
674+
honi
651675
hoofdstuk
652676
horizontalAfter
653677
horizontalBefore
@@ -714,6 +738,7 @@ koen
714738
kon
715739
kouros
716740
kursiv
741+
l'action
717742
lang
718743
lani
719744
latin
@@ -732,13 +757,15 @@ lt
732757
ltr
733758
magda
734759
mailto
760+
mal
735761
markup
736762
mathline
737763
mdy
738764
meg
739765
mellifluous
740766
menutext
741767
messagebox
768+
mettre
742769
microsoft
743770
minicontents
744771
minitoc
@@ -778,6 +805,7 @@ omittag
778805
onclick
779806
opentype
780807
org
808+
oslash
781809
overexposing
782810
overline
783811
overlining
@@ -786,6 +814,7 @@ para
786814
paul
787815
pc
788816
pdf
817+
pense
789818
peseta
790819
picas
791820
pictograms
@@ -810,6 +839,7 @@ pts
810839
publ
811840
px
812841
qSAMP
842+
qui
813843
quot
814844
rad
815845
raman
@@ -861,6 +891,7 @@ shorttag
861891
sidebar
862892
sjf
863893
smallcaption
894+
soit
864895
srb
865896
src
866897
statusbar
@@ -945,6 +976,7 @@ xMax
945976
xMin
946977
xht
947978
xml
979+
xref
948980
xy
949981
xyz
950982
yMax

0 commit comments

Comments
 (0)