Skip to content

Commit 5a7ffb2

Browse files
committed
[css3-lists] markup tweak
1 parent 48ae4e6 commit 5a7ffb2

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

css3-lists/Overview.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
<h1>CSS Lists and Counters Module Level 3</h1>
2727

28-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 August 2012</h2>
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 August 2012</h2>
2929

3030
<dl>
3131
<dt>This version:
3232

33-
<dd><!--<a href="http://www.w3.org/TR/2012/WD-css3-lists-20120827">http://www.w3.org/TR/2012/WD-css3-lists-20120827</a>-->
33+
<dd><!--<a href="http://www.w3.org/TR/2012/WD-css3-lists-20120828">http://www.w3.org/TR/2012/WD-css3-lists-20120828</a>-->
3434
<a
3535
href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
3636

@@ -1745,12 +1745,13 @@ <h3 id=counter-properties><span class=secno>8.1. </span> Manipulating
17451745

17461746
<dd> The element alters the value of one or more counters on it. If there
17471747
is not currently a counter of the given name on the element, the element
1748-
<i>creates a new counter</i> of the given name with a starting value of
1749-
<code class=css>0</code>’ (though it may then immediately set or
1750-
increment that value to something different).
1748+
<a href="#create-a-new-counter"><i title="create a new counter">creates a
1749+
new counter</i></a> of the given name with a starting value of ‘<code
1750+
class=css>0</code>’ (though it may then immediately set or increment
1751+
that value to something different).
17511752
<p> If an <code>&lt;integer></code> is provided after an
1752-
<code>&lt;ident></code>, it sets the innermost counter of the given name
1753-
to that integer (for ‘<a href="#counter-set"><code
1753+
<code>&lt;ident></code>, it sets the innermost counter of the given
1754+
name's value to that integer (for ‘<a href="#counter-set"><code
17541755
class=property>counter-set</code></a>’) or increments the value of the
17551756
innermost counter of the given name by that integer (for ‘<a
17561757
href="#counter-increment"><code

css3-lists/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,13 +1101,13 @@ <h3 id='counter-properties'>
11011101
<dd>
11021102
The element alters the value of one or more counters on it.
11031103
If there is not currently a counter of the given name on the element,
1104-
the element <i>creates a new counter</i> of the given name
1104+
the element <i title="create a new counter">creates a new counter</i> of the given name
11051105
with a starting value of ''0''
11061106
(though it may then immediately set or increment that value to something different).
11071107

11081108
<p>
11091109
If an <code>&lt;integer></code> is provided after an <code>&lt;ident></code>,
1110-
it sets the innermost counter of the given name to that integer (for 'counter-set')
1110+
it sets the innermost counter of the given name's value to that integer (for 'counter-set')
11111111
or increments the value of the innermost counter of the given name by that integer (for 'counter-increment').
11121112
Otherwise,
11131113
the innermost counter of the given name's value is set to ''0'' (for 'counter-set')

0 commit comments

Comments
 (0)