Skip to content

Commit b254d61

Browse files
committed
Prep for LC
1 parent 7bffe84 commit b254d61

2 files changed

Lines changed: 24 additions & 29 deletions

File tree

css3-values/Overview.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 March 2012</h2>
9696

9797
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
9898

99-
<p>This CSS3 module describes the various values and units that CSS
100-
properties accept. Also, it describes how values are computed from
101-
"specified" through "computed" and "used" into "actual" values. The main
102-
purpose of this module is to define common values and units in one
103-
specification which can be referred to by other modules. As such, it does
104-
not make sense to claim conformance with this module alone.
99+
<p>This CSS3 module describes the common values and units that CSS
100+
properties accept and the syntax used for describing them in CSS property
101+
definitions.
105102

106103
<h2 class="no-num no-toc" id=status>Status of this document</h2>
107104
<!--begin-status-->
@@ -138,22 +135,24 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
138135
W3C Patent Policy</a>.</p>
139136
<!--end-status-->
140137

138+
<p>This specification is a <strong>Last Call Working Draft</strong>. All
139+
persons are encouraged to review this document and <strong>send comments
140+
to the <a
141+
href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
142+
mailing list</strong> as described above. The <strong>deadline for
143+
comments</strong> is <strong>29 March 2012</strong>.
144+
141145
<p>All features described in this specification that also exist in CSS 2.1
142146
<a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> are intended
143-
to be backwards compatible. In case of conflict between this draft and
144-
CSS&nbsp;2.1 <a href="#CSS21"
145-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, CSS&nbsp;2.1 probably
146-
represents the intention of the CSS WG better than this draft (other than
147-
on values and units that are new to CSS3).
147+
to be backwards compatible. If you notice a conflict between this draft
148+
and CSS&nbsp;2.1 <a href="#CSS21"
149+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, please inform the editors!
148150

149151
<p>The following features are at-risk and may be dropped during the CR
150152
period: &lsquo;<a href="#calc0"><code class=css>calc()</code></a>&rsquo;,
151153
&lsquo;<a href="#cycle-value"><code class=css>cycle()</code></a>&rsquo;,
152154
&lsquo;<a href="#attr-value"><code class=css>attr()</code></a>&rsquo;.
153155

154-
<p>This specification is a <strong>Last Call Working Draft.</strong> The
155-
<strong>deadline for comments</strong> is <strong>29 March 2012</strong>.
156-
157156
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
158157
<!--begin-toc-->
159158

css3-values/Overview.src.html

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -60,32 +60,28 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
6060

6161
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
6262

63-
<p>This CSS3 module describes the various values and units that CSS
64-
properties accept. Also, it describes how values are computed from
65-
"specified" through "computed" and "used" into "actual" values. The
66-
main purpose of this module is to define common values and units in
67-
one specification which can be referred to by other modules. As such,
68-
it does not make sense to claim conformance with this module
69-
alone.</p>
63+
<p>This CSS3 module describes the common values and units that CSS
64+
properties accept and the syntax used for describing them in CSS
65+
property definitions.</p>
7066

7167
<h2 class="no-num no-toc" id="status">Status of this document</h2>
7268

7369
<!--status-->
7470

71+
<p>This specification is a <strong>Last Call Working Draft</strong>. All
72+
persons are encouraged to review this document and <strong>send comments
73+
to the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
74+
mailing list</strong> as described above. The <strong>deadline for
75+
comments</strong> is <strong>29 March 2012</strong>.
76+
7577
<p>All features described in this specification that also
7678
exist in CSS 2.1 [[!CSS21]] are intended to be backwards compatible.
77-
In case of conflict between this draft and CSS&nbsp;2.1 [[!CSS21]],
78-
CSS&nbsp;2.1 probably represents the intention of the CSS WG better
79-
than this draft (other than on values and units that are new to
80-
CSS3).
79+
If you notice a conflict between this draft and CSS&nbsp;2.1 [[!CSS21]],
80+
please inform the editors!
8181

8282
<p>The following features are at-risk and may be dropped during the
8383
CR period: ''calc()'', ''cycle()'', ''attr()''.
8484

85-
<p>This specification is a <strong>Last Call Working Draft.</strong>
86-
The <strong>deadline for comments</strong> is <strong>29 March
87-
2012</strong>.
88-
8985
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
9086

9187
<!--toc-->

0 commit comments

Comments
 (0)