|
10 | 10 |
|
11 | 11 | <meta content="CSS Lists and Counters Module Level 3" name=dcterms.title>
|
12 | 12 | <meta content=text name=dcterms.type>
|
13 |
| - <meta content=2012-11-30 name=dcterms.issued> |
| 13 | + <meta content=2013-02-19 name=dcterms.issued> |
14 | 14 | <meta content="http://dev.w3.org/csswg/css3-lists/" name=dcterms.creator>
|
15 | 15 | <meta content=W3C name=dcterms.publisher>
|
16 |
| - <meta content="http://www.w3.org/TR/2012/ED-css3-lists-20121130/" |
| 16 | + <meta content="http://dev.w3.org/csswg/css3-lists/" |
17 | 17 | name=dcterms.identifier>
|
18 | 18 | <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
|
19 | 19 | <link href="http://dev.w3.org/csswg/default.css" rel=stylesheet
|
20 | 20 | type="text/css">
|
| 21 | + <link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon"> |
21 | 22 | <style>
|
22 | 23 | code.inline { white-space: nowrap; }
|
23 | 24 | .alphabetic-example { font-family: monospace; font-size: 90%; margin: 1em 0 1em 2em; }
|
|
36 | 37 |
|
37 | 38 | <h1>CSS Lists and Counters Module Level 3</h1>
|
38 | 39 |
|
39 |
| - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 November |
40 |
| - 2012</h2> |
| 40 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 February |
| 41 | + 2013</h2> |
41 | 42 |
|
42 | 43 | <dl>
|
43 | 44 | <dt>This version:
|
44 | 45 |
|
45 |
| - <dd><!--<a href="http://www.w3.org/TR/2012/WD-css3-lists-20121130">http://www.w3.org/TR/2012/WD-css3-lists-20121130</a>--> |
| 46 | + <dd><!--<a href="http://www.w3.org/TR/2013/WD-css3-lists-20130219">http://www.w3.org/TR/2013/WD-css3-lists-20130219</a>--> |
46 | 47 | <a
|
47 | 48 | href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
|
48 | 49 |
|
@@ -101,13 +102,14 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 November
|
101 | 102 | <!--begin-copyright-->
|
102 | 103 | <p class=copyright><a
|
103 | 104 | href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
|
104 |
| - rel=license>Copyright</a> © 2012 <a href="http://www.w3.org/"><abbr |
| 105 | + rel=license>Copyright</a> © 2013 <a href="http://www.w3.org/"><abbr |
105 | 106 | title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
|
106 | 107 | href="http://www.csail.mit.edu/"><abbr
|
107 | 108 | title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
|
108 | 109 | href="http://www.ercim.eu/"><abbr
|
109 | 110 | title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
|
110 |
| - <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a |
| 111 | + <a href="http://www.keio.ac.jp/">Keio</a>, <a |
| 112 | + href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a |
111 | 113 | href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
|
112 | 114 | <a
|
113 | 115 | href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
|
@@ -1581,6 +1583,11 @@ <h3 id=counter-properties><span class=secno>8.1. </span> Manipulating
|
1581 | 1583 | <code><ident></code>, the starting value of the new counter is that
|
1582 | 1584 | integer. Otherwise, the starting value of the new counter is ‘<code
|
1583 | 1585 | class=css>0</code>’.
|
| 1586 | + |
| 1587 | + <p> Implementations may have implementation-specific limits on the |
| 1588 | + maximum or minimum value of a counter. If an increment would push the |
| 1589 | + counter's value beyond these limits, the increment must be ignored, and |
| 1590 | + the counter's value remain unchanged. |
1584 | 1591 | </dl>
|
1585 | 1592 |
|
1586 | 1593 | <table class=propdef>
|
@@ -2299,10 +2306,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
|
2299 | 2306 | <dt id=CSS21>[CSS21]
|
2300 | 2307 |
|
2301 | 2308 | <dd>Bert Bos; et al. <a
|
2302 |
| - href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style |
| 2309 | + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/"><cite>Cascading Style |
2303 | 2310 | Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June
|
2304 | 2311 | 2011. W3C Recommendation. URL: <a
|
2305 |
| - href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a> |
| 2312 | + href="http://www.w3.org/TR/2011/REC-CSS2-20110607/">http://www.w3.org/TR/2011/REC-CSS2-20110607/</a> |
2306 | 2313 | </dd>
|
2307 | 2314 | <!---->
|
2308 | 2315 | </dl>
|
|
0 commit comments