Skip to content

Commit 3a6391e

Browse files
committed
Prepare for FPWD publication.
--HG-- extra : rebase_source : 35095e29df781b9f8d7671141cb98def7cf0140b
1 parent 115253a commit 3a6391e

2 files changed

Lines changed: 27 additions & 20 deletions

File tree

css-variables/Overview.html

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,21 @@
2020
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
2121

2222
<h1>CSS Variables Module Level 1</h1>
23-
24-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 March 2012</h2>
23+
<!--<h2 class="no-num no-toc">Editor's Draft 14 March 2012</h2>-->
24+
<h2 class="no-num no-toc" id=w3c-working-draft-15-march-2012>W3C Working
25+
Draft 15 March 2012</h2>
2526

2627
<dl>
2728
<dt>This version:
2829

2930
<dd><a
30-
href="http://www.w3.org/TR/2012/ED-css-variables-20120313/">http://dev.w3.org/csswg/css-variables/</a>
31-
<!--<dt>Latest version:
32-
<dd><a href="http://www.w3.org/TR/css-variables/">http://www.w3.org/TR/css-variables/</a>-->
31+
href="http://www.w3.org/TR/2012/ED-css-variables-20120314/">http://dev.w3.org/csswg/css-variables/</a>
32+
33+
34+
<dt>Latest version:
35+
36+
<dd><a
37+
href="http://www.w3.org/TR/css-variables/">http://www.w3.org/TR/css-variables/</a>
3338

3439

3540
<dt>Editor's draft:
@@ -56,12 +61,12 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 March 2012</h2>
5661
<p class=copyright><a
5762
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
5863
rel=license>Copyright</a> &copy; 2012 <a
59-
href="http://www.w3.org/"><acronym
60-
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
61-
href="http://www.csail.mit.edu/"><acronym
62-
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
63-
href="http://www.ercim.eu/"><acronym
64-
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
64+
href="http://www.w3.org/"><abbr
65+
title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a
66+
href="http://www.csail.mit.edu/"><abbr
67+
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
68+
href="http://www.ercim.eu/"><abbr
69+
title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
6570
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
6671
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
6772
<a
@@ -79,9 +84,9 @@ <h2 class="no-num no-toc" id=abstract>Abstract</h2>
7984
(such as HTML and XML) on screen, on paper, in speech, etc. This module
8085
contains the features of CSS level&nbsp;3 relating to variables. It
8186
includes and extends the functionality of CSS level&nbsp;2 <a
82-
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, which builds
87+
href="#CSS21">[CSS21]<!--{{!CSS21}}--></a>, which builds
8388
on CSS level&nbsp;1 <a href="#CSS1"
84-
rel=biblioentry>[CSS1]<!--{{CSS1}}--></a>. The main extensions compared to
89+
>[CSS1]<!--{{CSS1}}--></a>. The main extensions compared to
8590
level&nbsp;2 are the introduction of the variable as a new primitive value
8691
type that is accepted by all properties.
8792

@@ -222,11 +227,11 @@ <h3 id=values><span class=secno>1.2. </span> Values</h3>
222227
<p>This specification follows the <a
223228
href="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property
224229
definition conventions</a> from <a href="#CSS21"
225-
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Value types not defined in
230+
>[CSS21]<!--{{!CSS21}}--></a>. Value types not defined in
226231
this specification are defined in CSS Level 2 Revision 1 <a
227-
href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. Other CSS
232+
href="#CSS21">[CSS21]<!--{{!CSS21}}--></a>. Other CSS
228233
modules may expand the definitions of these value types: for example <a
229-
href="#CSS3COLOR" rel=biblioentry>[CSS3COLOR]<!--{{CSS3COLOR}}--></a>,
234+
href="#CSS3COLOR">[CSS3COLOR]<!--{{CSS3COLOR}}--></a>,
230235
when combined with this module, expands the definition of the
231236
&lt;color&gt; value type as used in this specification.
232237

@@ -654,7 +659,7 @@ <h3 id=conventions><span class=secno>5.1. </span> Document Conventions</h3>
654659

655660
<p>All of the text of this specification is normative except sections
656661
explicitly marked as non-normative, examples, and notes. <a
657-
href="#RFC2119" rel=biblioentry>[RFC2119]<!--{{!RFC2119}}--></a>
662+
href="#RFC2119">[RFC2119]<!--{{!RFC2119}}--></a>
658663

659664
<p>Examples in this specification are introduced with the words “for
660665
example” or are set apart from the normative text with

css-variables/Overview.src.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@
1616

1717
<h1>CSS Variables Module Level 1</h1>
1818

19-
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
19+
<!--<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>-->
20+
<h2 class='no-num no-toc'>W3C Working Draft 15 March 2012</h2>
21+
2022
<dl>
2123
<dt>This version:
2224
<dd><a href="[VERSION]">http://dev.w3.org/csswg/css-variables/</a>
2325

24-
<!--<dt>Latest version:
25-
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a>-->
26+
<dt>Latest version:
27+
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a>
2628

2729
<dt>Editor's draft:
2830
<dd><a href="http://dev.w3.org/csswg/css-variables/">http://dev.w3.org/csswg/css-variables/</var></a>

0 commit comments

Comments
 (0)