@@ -15,7 +15,32 @@ Former Editor: Editor: Bert Bos, W3C, mailto:bert@w3.org, w3cid 3343
1515Former Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1616Former Editor: Ian Hickson, ian@hixie.ch
1717Former Editor: Håkon Wium Lie, Opera Software, howcome@opera.com
18- Abstract: See below.
18+ Abstract:
19+ This specification defines Cascading Style Sheets level 2 (CSS 2)
20+ revision 2 (CSS 2.2). CSS is a style sheet language
21+ that allows
22+ authors and users to attach style (e.g., fonts and spacing) to
23+ structured documents (e.g., HTML documents and XML
24+ applications). By separating the presentation style of documents from
25+ the content of documents, CSS simplifies Web authoring and
26+ site maintenance.
27+
28+ It supports media-specific style sheets so that authors may tailor the
29+ presentation of their documents to visual browsers, aural devices,
30+ printers, braille devices, handheld devices, etc. It also supports
31+ content positioning, table layout, features for internationalization
32+ and some properties related to user interface.
33+
34+ CSS 2.2 is derived from and is intended to replace the
35+ CSS 2.1 and CSS2 (1998)
36+ specifications. See [[#app-changes]] for changes from CSS 2.1,
37+ and <a href="/TR/2011/REC-CSS21-2011-06-07/changes.html">appendix C of
38+ CSS 2.1 for changes from CSS2 (1998)</a> (noting that certain CSS2 (1998) features
39+ were removed from CSS 2 in CSS 2.1). All future
40+ specifications should refer to CSS 2.2 when referring to CSS
41+ level 2; if they wish to reference features from CSS2 (1998) dropped in later
42+ revisions they should reference the latest applicable CSS module.
43+
1944Required IDs: abs-non-replaced-height, abs-non-replaced-width, absolutely-positioned,
2045 absolute-positioning, absrel-units, abs-replaced-height, abs-replaced-width, abstract,
2146 acknowledgements, actual-value, addressing, adjacent-selectors, algorithm, alignment-prop,
@@ -188,36 +213,7 @@ body>del,body>ins {display:block}
188213.egbidiwsbB { border:2px solid blue }
189214.egbidiwsaB { background:yellow;border:2px dotted white }
190215.egbidiwsbC { border:2px dotted red }
191- </style><h3 id="abstract">Abstract</h3>
192-
193- <p>This specification defines Cascading Style Sheets level 2 (CSS 2)
194- revision 2 (CSS 2.2). CSS is a style sheet language
195- that allows
196- authors and users to attach style (e.g., fonts and spacing) to
197- structured documents (e.g., HTML documents and XML
198- applications). By separating the presentation style of documents from
199- the content of documents, CSS simplifies Web authoring and
200- site maintenance.
201-
202- <p>
203- It supports media-specific style sheets so that authors may tailor the
204- presentation of their documents to visual browsers, aural devices,
205- printers, braille devices, handheld devices, etc. It also supports
206- content positioning, table layout, features for internationalization
207- and some properties related to user interface.
208-
209- <p>CSS 2.2 is derived from and is intended to replace the
210- CSS 2.1 and CSS2 (1998)
211- specifications. See <a href="#app-changes">appendix C of this
212- document</a> for changes from CSS 2.1,
213- and <a href="/TR/2011/REC-CSS21-2011-06-07/changes.html">appendix C of
214- CSS 2.1 for changes from CSS2 (1998)</a> (noting that certain CSS2 (1998) features
215- were removed from CSS 2 in CSS 2.1). All future
216- specifications should refer to CSS 2.2 when referring to CSS
217- level 2; if they wish to reference features from CSS2 (1998) dropped in later
218- revisions they should reference the latest applicable CSS module.
219-
220- </p>
216+ </style>
221217<h2 id="about"><span id="q1.0">About the CSS 2.2 Specification</span></h2>
222218
223219<h3 id="css2.2-v-css2">CSS 2.2 vs CSS 2</h3>
0 commit comments