Skip to content

Commit e0c00b5

Browse files
committed
[css2-testing] Renamed CS2 to css2-testing, replaced mentions of CSS 2.2 by CSS 2.1, updated Abstract and Status to talk about a Note instead of a specification.
1 parent 7962cdd commit e0c00b5

File tree

218 files changed

+10588
-1216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+10588
-1216
lines changed

css22/Makefile renamed to css2-testing/Makefile

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
7-
#THE_YEAR = YYYY
8-
THE_YEAR = 2016
9-
#THE_MONTH = MM
10-
THE_MONTH = 04
11-
#THE_MONTHNAME = MMMMM
12-
THE_MONTHNAME = April
13-
#THE_DAY = DD
14-
THE_DAY = 12
15-
#THE_STATUS = FPWD
7+
THE_YEAR = YYYY
8+
#THE_YEAR = 2017
9+
THE_MONTH = MM
10+
#THE_MONTH = 04
11+
THE_MONTHNAME = MMMMM
12+
#THE_MONTHNAME = April
13+
THE_DAY = DD
14+
#THE_DAY = 12
15+
#THE_STATUS = NOTE
1616
THE_STATUS = ED
17-
#THE_STATUSNAME = First Public Working Draft
17+
#THE_STATUSNAME = Group Note
1818
THE_STATUSNAME = Editors' Draft
1919
#THE_STYLE = WD
2020
THE_STYLE = ED
2121

22-
PREV_YEAR =
23-
PREV_MONTH =
24-
PREV_DAY =
22+
PREV_YEAR = 2016
23+
PREV_MONTH = 04
24+
PREV_DAY = 12
2525
PREV_STATUS = WD
2626
PREV_NAME = CSS22
2727

28-
PERMANENT_NAME = CSS22
28+
PERMANENT_NAME = css2-testing
2929

3030
# A very visible warning after the first H1 on every page (or at the
3131
# location of the _THE_WARNING_ placeholder on some pages). Leave
@@ -385,9 +385,10 @@ install-pdf: install css2.pdf
385385
install-all: install install-ps install-pdf css2.zip css2.txt
386386
$(CP) css2.zip css2.txt $(INSTALLDIR)
387387

388-
images/pngs.ok: images/*.idraw images/*.fig
389-
-@for f in images/*.idraw; do make images/`basename $$f .idraw`.gif; done
390-
-@for f in images/*.idraw; do make images/`basename $$f .idraw`.png; done
388+
# images/pngs.ok: images/*.idraw images/*.fig
389+
images/pngs.ok: images/*.fig
390+
# -@for f in images/*.idraw; do make images/`basename $$f .idraw`.gif; done
391+
# -@for f in images/*.idraw; do make images/`basename $$f .idraw`.png; done
391392
-@for f in images/*.fig; do make images/`basename $$f .fig`.gif; done
392393
-@for f in images/*.fig; do make images/`basename $$f .fig`.png; done
393394
touch images/pngs.ok

css2-testing/Overview.html

Lines changed: 703 additions & 0 deletions
Large diffs are not rendered by default.

css22/Overview.src renamed to css2-testing/Overview.src

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<html lang="en">
44

5-
<title>Cascading Style Sheets Level 2 Revision 2 (CSS&nbsp;2.2) Specification</title>
6-
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS22_DEV" type="text/javascript" defer></script-->
5+
<title>Preview of Cascading Style Sheets Level 2 Revision 1 (CSS&nbsp;2.1)</title>
6+
<!--script src="http://www.w3c-test.org/css/harness/annotate.js#CSS21_DEV" type="text/javascript" defer></script-->
77

88
<body>
99
<div class="head">
1010
<p><a href="http://www.w3.org/"><img alt="W3C" height="48"
1111
src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"></a>
1212

13-
<h1 id="title">Cascading Style Sheets Level 2 Revision 2 (CSS&nbsp;2.2) Specification</h1>
13+
<h1 id="title">Preview of Cascading Style Sheets Level 2 Revision 1 (CSS&nbsp;2.1)</h1>
1414
<h2 id="W3C-doctype">W3C _THE_STATUSNAME_ _THE_DATE_</h2>
1515

1616
<dl>
@@ -20,19 +20,19 @@
2020
<dt>Latest version:
2121
<dd><a href="_THE_LATEST_VERSION_">
2222
_THE_LATEST_VERSION_</a>
23+
<!--
2324
<dt>Latest CSS level&nbsp;2:
2425
<dd><a href="http://www.w3.org/TR/CSS2/">
2526
http://www.w3.org/TR/CSS2/</a>
2627
<dt>Latest CSS:
2728
<dd><a href="http://www.w3.org/TR/CSS/">
2829
http://www.w3.org/TR/CSS/</a>
29-
<!--
30+
-->
3031
<dt>Previous versions:
3132
<dd><a href="_THE_PREVIOUS_VERSION_">
3233
_THE_PREVIOUS_VERSION_</a>
3334
<dd><a href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">
3435
http://www.w3.org/TR/2011/REC-CSS2-20110607/</a>
35-
-->
3636
<dt>Editors' draft:
3737
<dd><a href="http://dev.w3.org/csswg/css2/">
3838
http://dev.w3.org/csswg/css2/</a>
@@ -96,7 +96,10 @@
9696

9797
<h2 id=abstract>Abstract</h2>
9898

99-
<p>This specification defines Cascading Style Sheets level&nbsp;2. CSS
99+
<p>This document shows the specification for Cascading Style Sheets
100+
level&nbsp;2 [[CSS21]] as it would look with proposed errata included.
101+
102+
<p>CSS
100103
is a style sheet language
101104
that allows
102105
authors and users to attach style (e.g., fonts and spacing) to
@@ -105,19 +108,10 @@ applications). By separating the presentation style of documents from
105108
the content of documents, CSS simplifies Web authoring and
106109
site maintenance.
107110

108-
<P>CSS&nbsp;2.2 is the second revision of CSS level&nbsp;2 [[-CSS2]]. It
109-
corrects a few errors in CSS&nbsp;2.1, the first revision of CSS
110-
level&nbsp;2.
111-
It is <strong>not</strong> the latest version of CSS. See the "CSS Snapshot"
112-
[[-CSS]] for an overview of specifications that make up the whole of
113-
CSS.
114-
115-
<p>CSS level&nbsp;2 supports media-specific style sheets so that
116-
authors may tailor the
117-
presentation of their documents to visual browsers, aural devices,
118-
printers, braille devices, handheld devices, etc. It also supports
119-
content positioning, table layout, features for internationalization
120-
and some properties related to user interface.
111+
<P>CSS level&nbsp;2 extends CSS level&nbsp;1 and is itself extended by
112+
various other CSS specifications, called &#8220;CSS modules.&#8221;
113+
(For an overview of the various specifications that make up CSS, see
114+
the separate Note titled &#8220;CSS Snapshot&#8221; [[CSS]].)
121115

122116
<h2 id=status>Status of this document</h2>
123117

@@ -128,9 +122,20 @@ technical report can be found in the <a
128122
href="http://www.w3.org/TR/">W3C technical reports index at
129123
http://www.w3.org/TR/.</a></em></p>
130124

131-
<p>This is a copy of the editors' draft for the next revision of the
132-
Recommendation. It is used by the working group as an aid in checking
133-
the text of the errata. It is <em>not</em> an official Working Draft.
125+
<p>This document is a preview of how the next revision of the CSS
126+
level&nbsp;2 Recommendation <em>might</em> look. It is not a
127+
specification itself, but meant for information and to collect
128+
feedback, before a possible revision of the Recommendation. This
129+
document is not expected to progress to Recommendation itself. It may,
130+
however, be updated by another Note.
131+
132+
<p>All changes relative to the CSS&nbsp;2.1 Recommendation are listed
133+
in <a href="changes.html">appendix&nbsp;C.</a>
134+
135+
<!-- Remove this -->
136+
<p>This is a copy of the editors' draft for the Note. It
137+
is <em>not</em> an official W3C Note.
138+
<!-- /Remove this -->
134139

135140
<p>This document was produced by the <a
136141
href="http://www.w3.org/Style/CSS/members">CSS Working Group</a> (part
@@ -142,10 +147,14 @@ public mailing list <a
142147
href="mailto:www-style@w3.org">www-style@w3.org</a> (see <a
143148
href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
144149
for discussion of this specification. When sending e-mail, please put
145-
the text &#8220;CSS22&#8221; in the subject, preferably like
146-
this: &#8220;[CSS22] <em>&hellip;summary of
150+
the text &#8220;css2-testing&#8221; in the subject, preferably like
151+
this: &#8220;[css2-testing] <em>&hellip;summary of
147152
comment&hellip;</em>&#8221;</p>
148153

154+
<p>Issues can also be posted via
155+
the <a href="https://github.com/w3c/csswg-drafts/labels/css2-testing"
156+
>GitHub Web site.</a>
157+
149158
<p>This document was produced by a group operating under
150159
the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C
151160
Patent Policy</a>. W3C maintains a <a rel="disclosure"
@@ -168,14 +177,10 @@ Process Document</a>.</p>
168177
<!--
169178
<p>The Working Group has created a <a href="/Style/CSS/Test/">test
170179
suite</a> and
171-
an <a href="/Style/CSS/Test/CSS2.2/??/reports/">implementation
180+
an <a href="/Style/CSS/Test/CSS2.1/??/reports/">implementation
172181
report.</a>
173182
-->
174183

175-
<p>All changes since <!-- the previous Working Draft, the previous
176-
Candidate Recommendation and --> the previous Recommendation are listed
177-
in <a href="changes.html">appendix&nbsp;C.</a>
178-
179184
_THE_WARNING_
180185

181186
<!--NewPage--><!-- this is for html2ps -->
File renamed without changes.

0 commit comments

Comments
 (0)