@@ -174,7 +174,7 @@ <H1><a name="q0">Appendix C. Changes</a></H1>
174174 < li class ="tocline3 "> < a href ="changes.html#q138 " class ="tocxref "> C.4.30 Section 12.1 The :before and :after pseudo-elements</ a >
175175 < li class ="tocline3 "> < a href ="changes.html#q139 " class ="tocxref "> C.4.31 Section 12.2 The 'content' property</ a >
176176 < li class ="tocline3 "> < a href ="changes.html#q140 " class ="tocxref "> C.4.32 Section 12.3.2 Inserting quotes with the 'content' property</ a >
177- < li class ="tocline3 "> < a href ="changes.html#q141 " class ="tocxref "> C.4.33 Section 12.4.1 Nested counters and scope </ a >
177+ < li class ="tocline3 "> < a href ="changes.html#q141 " class ="tocxref "> C.4.33 Section 12.4 Automatic counters and numbering </ a >
178178 < li class ="tocline3 "> < a href ="changes.html#q142 " class ="tocxref "> C.4.34 Section 12.4.3 Counters in elements with 'display: none'</ a >
179179 < li class ="tocline3 "> < a href ="changes.html#q143 " class ="tocxref "> C.4.35 Section 14.2 The background</ a >
180180 < li class ="tocline3 "> < a href ="changes.html#q144 " class ="tocxref "> C.4.36 Section 15.1 Fonts Introduction</ a >
@@ -1499,8 +1499,16 @@ <h3 id="r12.3.2"><a name="q140">C.4.32 </a><a href="generate.html#quotes-insert"
14991499< p > Removed note about common typographic practices when quotes in
15001500different languages are mixed.</ p >
15011501
1502- < h3 id ="r12.4 "> < a name ="q141 "> C.4.33 </ a > < a href ="generate.html#counters "> Section 12.4.1 Nested
1503- counters and scope</ a > </ h3 >
1502+ < h3 id ="r12.4 "> < a name ="q141 "> C.4.33 </ a > < a href ="generate.html#counters "> Section 12.4
1503+ Automatic counters and numbering</ a > </ h3 >
1504+
1505+ < p > In the "self-nesting" behavior of counters, clarified that merely
1506+ using a counter in a child element doesn't create a new instance of it:
1507+ only resetting it does.</ p >
1508+
1509+ < p > Clarified that the scope of a counter does not include any elements
1510+ in the scope of a counter with the same name created by a 'counter-reset'
1511+ on a later sibling or a later 'counter-reset' on the same element.</ p >
15041512
15051513< p > Removed sentence about scope of 'counter-increment' without prior
15061514'counter-reset' as that is now defined (differently) under
0 commit comments