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> © 2011 <a
75- href="http://www.w3.org/"><acronym title="World Wide Web
76- Consortium">W3C</acronym></a><sup>®</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>®</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 ‘<code class=css>@counter</code>’ rules). The latter
1707- function also has two forms: 'counters(<var>name</var>,
1708- <var>string</var>)‘< code class=css> or
1709- </ code>’ counters(<var>name</var>, <var>string</var>,
1710- <var>style</var>)‘< 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>’@counter' rules). See the section on <a
1715- href="#counters">automatic counters and numbering</a> for more
1719+ function also has two forms: ‘<code
1720+ class=css>counters( <var>name</var>, <var> string</var>)</ code>’
1721+ or ‘< code class=css> counters(<var>name</var>, <var>string</var>,
1722+ <var>style</var>)</ code>’ . 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+ ‘<code class=css>@counter </code>’ rules). See the section
1727+ on <a href="#counters">automatic counters and numbering</a> for more
17161728 information.
17171729
17181730 <dt><dfn id=ltstringsgt><strings></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 Çelı̇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><strings>, <a href="#ltstringsgt"
19861998 title="<strings>"><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>[ [ <uri> | icon ] ‘,’ ]* [ normal | none |
20182030 inhibit | <content-list> ]
@@ -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>[ <identifier> <integer>? ]+ | 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>[ <identifier> <integer>? ]+ | 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
0 commit comments