Skip to content

Commit c7fe12d

Browse files
committed
Add obsoletion notice.
1 parent d15e60b commit c7fe12d

4 files changed

Lines changed: 212 additions & 152 deletions

File tree

css3-content/Overview.html

Lines changed: 47 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,16 @@
3636

3737
<h1>CSS Generated Content Module Level 3</h1>
3838

39-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
39+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
40+
2011</h2>
4041

4142
<dl>
4243
<dt>This version:
4344

4445
<dd><a
4546
href="http://dev.w3.org/csswg/css3-content/">http://dev.w3.org/csswg/css3-content/</a></dd>
4647
<!-- <dd><a
47-
href="2011/ED-css3-content-20110420">2011/ED-css3-content-20110420</a></dd> -->
48+
href="2011/ED-css3-content-20111026">2011/ED-css3-content-20111026</a></dd> -->
4849

4950
<dt>Latest version:
5051

@@ -72,13 +73,13 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
7273
<p class=copyright><a
7374
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
7475
rel=license>Copyright</a> &copy; 2011 <a
75-
href="http://www.w3.org/"><acronym title="World Wide Web
76-
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
77-
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
78-
of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
79-
title="European Research Consortium for Informatics and
80-
Mathematics">ERCIM</acronym></a>, <a
81-
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
76+
href="http://www.w3.org/"><acronym
77+
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
78+
href="http://www.csail.mit.edu/"><acronym
79+
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
80+
href="http://www.ercim.eu/"><acronym
81+
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
82+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
8283
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
8384
<a
8485
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -89,6 +90,17 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 April 2011</h2>
8990
<hr title="Separator for header">
9091
</div>
9192

93+
<p
94+
style="background: #fdd; color: red; font-weight: bold; text-align: center; padding: .5em; border: thick solid red; border-radius: 1em; position: fixed; bottom: 1em; left: 1em; right: 1em;">This
95+
specification is not being actively maintained, and should not be used as
96+
a guide for implementations. It may be revived in the future, but for now
97+
should be considered obsolete. <br>
98+
If you have questions or comments on this specification, please send an
99+
email to the CSS Working Group's mailing list at <a
100+
href="mailto:www-style@w3.org">www-style@w3.org</a>. (Before sending mail
101+
for the first time, you have to subscribe at <a
102+
href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)
103+
92104
<h2 class="no-num no-toc" id=abstract>Abstract</h2>
93105

94106
<p>This CSS3 Module describes how to insert and move content around a
@@ -1704,15 +1716,15 @@ <h2 id=inserting-and-replacing-content-with-the><span class=secno>7.
17041716
the named counter at this point in the formatting structure; it is
17051717
formatted in the indicated style (the default is specified using
17061718
&lsquo;<code class=css>@counter</code>&rsquo; rules). The latter
1707-
function also has two forms: 'counters(<var>name</var>,
1708-
<var>string</var>)&lsquo;<code class=css> or
1709-
</code>&rsquo;counters(<var>name</var>, <var>string</var>,
1710-
<var>style</var>)&lsquo;<code class=css>. The generated text is the
1711-
value of all counters with the given name at this point in the
1712-
formatting structure, separated by the specified string. The counters
1713-
are rendered in the indicated style (the default is again specified
1714-
using </code>&rsquo;@counter' rules). See the section on <a
1715-
href="#counters">automatic counters and numbering</a> for more
1719+
function also has two forms: &lsquo;<code
1720+
class=css>counters(<var>name</var>, <var>string</var>)</code>&rsquo;
1721+
or &lsquo;<code class=css>counters(<var>name</var>, <var>string</var>,
1722+
<var>style</var>)</code>&rsquo;. The generated text is the value of
1723+
all counters with the given name at this point in the formatting
1724+
structure, separated by the specified string. The counters are
1725+
rendered in the indicated style (the default is again specified using
1726+
&lsquo;<code class=css>@counter</code>&rsquo; rules). See the section
1727+
on <a href="#counters">automatic counters and numbering</a> for more
17161728
information.
17171729

17181730
<dt><dfn id=ltstringsgt>&lt;strings&gt;</dfn>
@@ -1883,11 +1895,11 @@ <h3 class=no-num id=normative-references>Normative references</h3>
18831895

18841896
<dt id=CSS3LIST>[CSS3LIST]
18851897

1886-
<dd>Ian Hickson; Tantek &#199;el&#305;&#775;k. <a
1887-
href="http://www.w3.org/TR/2002/WD-css3-lists-20021107"><cite>CSS3
1888-
module: Lists.</cite></a> 7 November 2002. W3C Working Draft. (Work in
1889-
progress.) URL: <a
1890-
href="http://www.w3.org/TR/2002/WD-css3-lists-20021107">http://www.w3.org/TR/2002/WD-css3-lists-20021107</a>
1898+
<dd>Tab Atkins Jr. <a
1899+
href="http://www.w3.org/TR/2011/WD-css3-lists-20110524"><cite>CSS Lists
1900+
and Counters Module Level 3.</cite></a> 24 May 2011. W3C Working Draft.
1901+
(Work in progress.) URL: <a
1902+
href="http://www.w3.org/TR/2011/WD-css3-lists-20110524">http://www.w3.org/TR/2011/WD-css3-lists-20110524</a>
18911903
</dd>
18921904
<!---->
18931905

@@ -1985,8 +1997,8 @@ <h2 class=no-num id=index>Index</h2>
19851997
<li>&lt;strings&gt;, <a href="#ltstringsgt"
19861998
title="&lt;strings&gt;"><strong>7.</strong></a>
19871999

1988-
<li>superior parent, <a href="#superior-parent" title="superior
1989-
parent"><strong>2.</strong></a>
2000+
<li>superior parent, <a href="#superior-parent"
2001+
title="superior parent"><strong>2.</strong></a>
19902002
</ul>
19912003
<!--end-index-->
19922004

@@ -2011,8 +2023,8 @@ <h2 class=no-num id=property-index>Property index</h2>
20112023
<th>Media
20122024

20132025
<tbody>
2014-
<tr valign=baseline>
2015-
<td><a class=property href="#content">content</a>
2026+
<tr>
2027+
<th><a class=property href="#content">content</a>
20162028

20172029
<td>[ [ &lt;uri&gt; | icon ] &lsquo;,&rsquo; ]* [ normal | none |
20182030
inhibit | &lt;content-list&gt; ]
@@ -2028,8 +2040,8 @@ <h2 class=no-num id=property-index>Property index</h2>
20282040

20292041
<td>all
20302042

2031-
<tr valign=baseline>
2032-
<td><a class=property href="#counter-increment">counter-increment</a>
2043+
<tr>
2044+
<th><a class=property href="#counter-increment">counter-increment</a>
20332045

20342046
<td>[ &lt;identifier&gt; &lt;integer&gt;? ]+ | none
20352047

@@ -2044,8 +2056,8 @@ <h2 class=no-num id=property-index>Property index</h2>
20442056

20452057
<td>all
20462058

2047-
<tr valign=baseline>
2048-
<td><a class=property href="#counter-reset">counter-reset</a>
2059+
<tr>
2060+
<th><a class=property href="#counter-reset">counter-reset</a>
20492061

20502062
<td>[ &lt;identifier&gt; &lt;integer&gt;? ]+ | none
20512063

@@ -2060,8 +2072,8 @@ <h2 class=no-num id=property-index>Property index</h2>
20602072

20612073
<td>all
20622074

2063-
<tr valign=baseline>
2064-
<td><a class=property href="#page-policy0">page-policy</a>
2075+
<tr>
2076+
<th><a class=property href="#page-policy0">page-policy</a>
20652077

20662078
<td>start | first | last
20672079

@@ -2075,8 +2087,8 @@ <h2 class=no-num id=property-index>Property index</h2>
20752087

20762088
<td>paged
20772089

2078-
<tr valign=baseline>
2079-
<td><a class=property href="#quotes">quotes</a>
2090+
<tr>
2091+
<th><a class=property href="#quotes">quotes</a>
20802092

20812093
<td>foo | bar
20822094

css3-content/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
5555
<hr title="Separator for header">
5656
</div>
5757

58+
<p style="background: #fdd; color: red; font-weight: bold; text-align: center; padding: .5em; border: thick solid red; border-radius: 1em; position: fixed; bottom: 1em; left: 1em; right: 1em;">This specification is not being actively maintained, and should not be used as a guide for implementations. It may be revived in the future, but for now should be considered obsolete. <br>If you have questions or comments on this specification, please send an email to the CSS Working Group's mailing list at <a href="mailto:www-style@w3.org">www-style@w3.org</a>. (Before sending mail for the first time, you have to subscribe at <a href="http://lists.w3.org/Archives/Public/www-style/">http://lists.w3.org/Archives/Public/www-style/</a>.)</p>
59+
5860
<h2 class="no-num no-toc" id="abstract">Abstract</h2>
5961

6062
<p>This CSS3 Module describes how to insert and move content around a

0 commit comments

Comments
 (0)