Skip to content

Commit 7a35573

Browse files
committed
Add changes section
1 parent e980631 commit 7a35573

2 files changed

Lines changed: 51 additions & 15 deletions

File tree

css3-values/Overview.html

Lines changed: 34 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 July 2012</h2>
5050
<dt>Previous version:
5151

5252
<dd><a
53-
href="http://www.w3.org/TR/2011/WD-css3-values-20110906/">http://www.w3.org/TR/2011/WD-css3-values-20110906/</a>
53+
href="http://www.w3.org/TR/2012/WD-css3-values-20120308/">http://www.w3.org/TR/2012/WD-css3-values-20120308/</a>
5454

5555
<dt>Issue Tracking:
5656

@@ -135,13 +135,6 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
135135
W3C Patent Policy</a>.</p>
136136
<!--end-status-->
137137

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-
145138
<p>All features described in this specification that also exist in CSS 2.1
146139
<a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> are intended
147140
to be backwards compatible. If you notice a conflict between this draft
@@ -325,6 +318,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
325318
<li class=no-num><a href="#cr-exit-criteria"> CR exit criteria</a>
326319
</ul>
327320

321+
<li class=no-num><a href="#changes">Changes</a>
322+
328323
<li class=no-num><a href="#references">References</a>
329324
<ul class=toc>
330325
<li class=no-num><a href="#normative-references">Normative
@@ -2195,6 +2190,37 @@ <h3 class=no-num id=cr-exit-criteria> CR exit criteria</h3>
21952190
<p>The specification will remain Candidate Recommendation for at least six
21962191
months.
21972192

2193+
<h2 class=no-num id=changes>Changes</h2>
2194+
2195+
<p>Changes since the <a
2196+
href="http://www.w3.org/TR/2012/WD-css3-values-20120308/">8 March 2012
2197+
Last Call Working Draft</a> include many clarifications as well as the
2198+
following:
2199+
2200+
<ul>
2201+
<li>Renamed ‘<code class=css>cycle()</code>’ to ‘<a
2202+
href="#toggle"><code class=css>toggle()</code></a>’.
2203+
2204+
<li><a href="#calc"><code class=css>calc()</code></a>’ can now accept
2205+
and return <a href="#integer-value"><var>&lt;integer></var></a> types.
2206+
2207+
<li><a href="#calc"><code class=css>calc()</code></a>’ may now be
2208+
nested (to simplify handling of macros and variables).
2209+
2210+
<li>Tightened up the handling of fallback values in ‘<a
2211+
href="#attr"><code class=css>attr()</code></a>’.
2212+
2213+
<li>Clarified parsing rules used in ‘<a href="#attr"><code
2214+
class=css>attr()</code></a>’.
2215+
2216+
<li>Added ‘<a href="#vmax-unit"><code class=css>vmax</code></a>’ unit.
2217+
2218+
</ul>
2219+
2220+
<p>A <a
2221+
href="http://dev.w3.org/csswg/css3-values/issues-lc-2012">disposition of
2222+
last-call comments</a> is available.
2223+
21982224
<h2 class=no-num id=references>References</h2>
21992225

22002226
<h3 class=no-num id=normative-references>Normative references</h3>

css3-values/Overview.src.html

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
4040
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
4141

4242
<dt>Previous version:</dt>
43-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-values-20110906/">http://www.w3.org/TR/2011/WD-css3-values-20110906/</a></dd>
43+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-values-20120308/">http://www.w3.org/TR/2012/WD-css3-values-20120308/</a></dd>
4444

4545
<dt>Issue Tracking:</dt>
4646
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/33">http://www.w3.org/Style/CSS/Tracker/products/33</a>
@@ -70,12 +70,6 @@ <h2 class="no-num no-toc" id="status">Status of this document</h2>
7070

7171
<!--status-->
7272

73-
<p>This specification is a <strong>Last Call Working Draft</strong>. All
74-
persons are encouraged to review this document and <strong>send comments
75-
to the <a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
76-
mailing list</strong> as described above. The <strong>deadline for
77-
comments</strong> is <strong>29 March 2012</strong>.
78-
7973
<p>All features described in this specification that also
8074
exist in CSS 2.1 [[!CSS21]] are intended to be backwards compatible.
8175
If you notice a conflict between this draft and CSS&nbsp;2.1 [[!CSS21]],
@@ -1697,6 +1691,22 @@ <h3 class="no-num" id="cr-exit-criteria">
16971691
<p>The specification will remain Candidate Recommendation for at least
16981692
six months.
16991693

1694+
<h2 class="no-num" id="changes">Changes</h2>
1695+
1696+
<p>Changes since the <a href="http://www.w3.org/TR/2012/WD-css3-values-20120308/">8 March 2012 Last Call Working Draft</a> include
1697+
many clarifications as well as the following:
1698+
1699+
<ul>
1700+
<li>Renamed ''cycle()'' to ''toggle()''.
1701+
<li>''calc()'' can now accept and return <var>&lt;integer></var> types.
1702+
<li>''calc()'' may now be nested (to simplify handling of macros and variables).
1703+
<li>Tightened up the handling of fallback values in ''attr()''.
1704+
<li>Clarified parsing rules used in ''attr()''.
1705+
<li>Added ''vmax'' unit.
1706+
</ul>
1707+
1708+
<p>A <a href="http://dev.w3.org/csswg/css3-values/issues-lc-2012">disposition of last-call comments</a> is available.
1709+
17001710
<h2 class="no-num" id="references">References</h2>
17011711

17021712
<h3 class="no-num">Normative references</h3>

0 commit comments

Comments
 (0)