Skip to content

Commit 0d95efa

Browse files
committed
[css2] finish generate.src changes
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402739
1 parent 10dbf91 commit 0d95efa

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

css2/changes.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
15001500
different 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

css2/changes.src

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.60 2007-07-05 06:34:49 fantasai Exp $ -->
3+
<!-- $Id: changes.src,v 2.61 2007-07-06 04:58:48 fantasai Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Changes</TITLE>
@@ -1300,8 +1300,16 @@ Inserting quotes with the 'content' property</a></h3>
13001300
<p>Removed note about common typographic practices when quotes in
13011301
different languages are mixed.</p>
13021302

1303-
<h3 id="r12.4"><a href="generate.html#counters">Section 12.4.1 Nested
1304-
counters and scope</a></h3>
1303+
<h3 id="r12.4"><a href="generate.html#counters">Section 12.4
1304+
Automatic counters and numbering</a></h3>
1305+
1306+
<p>In the "self-nesting" behavior of counters, clarified that merely
1307+
using a counter in a child element doesn't create a new instance of it:
1308+
only resetting it does.</p>
1309+
1310+
<p>Clarified that the scope of a counter does not include any elements
1311+
in the scope of a counter with the same name created by a 'counter-reset'
1312+
on a later sibling or a later 'counter-reset' on the same element.</p>
13051313

13061314
<p>Removed sentence about scope of 'counter-increment' without prior
13071315
'counter-reset' as that is now defined (differently) under

0 commit comments

Comments
 (0)