Skip to content

Commit 334a99b

Browse files
committed
[css-lists] <ident> => <custom-ident>, per dholbert.
1 parent a3af690 commit 334a99b

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

css-lists/Overview.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta content="CSS Lists and Counters Module Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-12-02 name=dcterms.date>
13+
<meta content=2013-12-13 name=dcterms.date>
1414
<meta content="Tab Atkins Jr." name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
1616
<meta content="http://dev.w3.org/csswg/css3-lists/"
@@ -37,12 +37,12 @@
3737

3838
<h1>CSS Lists and Counters Module Level 3</h1>
3939

40-
<h2 class="no-num no-toc">Editor's Draft 2 December 2013</h2>
40+
<h2 class="no-num no-toc">Editor's Draft 13 December 2013</h2>
4141

4242
<dl>
4343
<dt>This version:
4444

45-
<dd><!--<a href="http://www.w3.org/TR/2013/WD-css3-lists-20131202">http://www.w3.org/TR/2013/WD-css3-lists-20131202</a>-->
45+
<dd><!--<a href="http://www.w3.org/TR/2013/WD-css3-lists-20131213">http://www.w3.org/TR/2013/WD-css3-lists-20131213</a>-->
4646
<a
4747
href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
4848

@@ -1534,7 +1534,7 @@ <h3 id=counter-properties><span class=secno>8.1. </span> Manipulating
15341534
<tr>
15351535
<th>Value:
15361536

1537-
<td>[ &lt;ident> &lt;integer>? ]+ | none
1537+
<td>[ &lt;custom-ident> &lt;integer>? ]+ | none
15381538

15391539
<tr>
15401540
<th>Initial:
@@ -1577,15 +1577,15 @@ <h3 id=counter-properties><span class=secno>8.1. </span> Manipulating
15771577

15781578
<dd> This element does not create any new counters.
15791579

1580-
<dt><code>&lt;ident> &lt;integer>?</code>
1580+
<dt><code>&lt;custom-ident> &lt;integer>?</code>
15811581

15821582
<dd> The element <a href="#create-a-new-counter"><i
15831583
title="create a new counter">creates one or more new counters</i></a>.
1584-
Each <code>&lt;ident></code> names a new counter to be created.
1584+
Each <code>&lt;custom-ident></code> names a new counter to be created.
15851585
<p> If an <code>&lt;integer></code> is provided after an
1586-
<code>&lt;ident></code>, the starting value of the new counter is that
1587-
integer. Otherwise, the starting value of the new counter is<code
1588-
class=css>0</code>’.
1586+
<code>&lt;custom-ident></code>, the starting value of the new counter is
1587+
that integer. Otherwise, the starting value of the new counter is
1588+
<code class=css>0</code>’.
15891589

15901590
<p> Implementations may have implementation-specific limits on the
15911591
maximum or minimum value of a counter. If an increment would push the
@@ -1603,7 +1603,7 @@ <h3 id=counter-properties><span class=secno>8.1. </span> Manipulating
16031603
<tr>
16041604
<th>Value:
16051605

1606-
<td>[ &lt;ident> &lt;integer>? ]+ | none
1606+
<td>[ &lt;custom-ident> &lt;integer>? ]+ | none
16071607

16081608
<tr>
16091609
<th>Initial:
@@ -1646,7 +1646,7 @@ <h3 id=counter-properties><span class=secno>8.1. </span> Manipulating
16461646
<tr>
16471647
<th>Value:
16481648

1649-
<td>[ &lt;ident> &lt;integer>? ]+ | none
1649+
<td>[ &lt;custom-ident> &lt;integer>? ]+ | none
16501650

16511651
<tr>
16521652
<th>Initial:
@@ -1692,7 +1692,7 @@ <h3 id=counter-properties><span class=secno>8.1. </span> Manipulating
16921692

16931693
<dd> This element does not alter the value of any counters.
16941694

1695-
<dt><code>&lt;ident> &lt;integer>?</code>
1695+
<dt><code>&lt;custom-ident> &lt;integer>?</code>
16961696

16971697
<dd> The element alters the value of one or more counters on it. If there
16981698
is not currently a counter of the given name on the element, the element
@@ -1701,8 +1701,8 @@ <h3 id=counter-properties><span class=secno>8.1. </span> Manipulating
17011701
class=css>0</code>’ (though it may then immediately set or increment
17021702
that value to something different).
17031703
<p> If an <code>&lt;integer></code> is provided after an
1704-
<code>&lt;ident></code>, it sets the innermost counter of the given
1705-
name's value to that integer (for ‘<a href="#counter-set"><code
1704+
<code>&lt;custom-ident></code>, it sets the innermost counter of the
1705+
given name's value to that integer (for ‘<a href="#counter-set"><code
17061706
class=property>counter-set</code></a>’) or increments the value of the
17071707
innermost counter of the given name by that integer (for ‘<a
17081708
href="#counter-increment"><code
@@ -2358,7 +2358,7 @@ <h2 class=no-num id=property-index>Property index</h2>
23582358
<tr>
23592359
<th><a class=property href="#counter-increment">counter-increment</a>
23602360

2361-
<td>[ &lt;ident> &lt;integer>? ]+ | none
2361+
<td>[ &lt;custom-ident> &lt;integer>? ]+ | none
23622362

23632363
<td>none
23642364

@@ -2373,7 +2373,7 @@ <h2 class=no-num id=property-index>Property index</h2>
23732373
<tr>
23742374
<th><a class=property href="#counter-reset">counter-reset</a>
23752375

2376-
<td>[ &lt;ident> &lt;integer>? ]+ | none
2376+
<td>[ &lt;custom-ident> &lt;integer>? ]+ | none
23772377

23782378
<td>none
23792379

@@ -2388,7 +2388,7 @@ <h2 class=no-num id=property-index>Property index</h2>
23882388
<tr>
23892389
<th><a class=property href="#counter-set">counter-set</a>
23902390

2391-
<td>[ &lt;ident> &lt;integer>? ]+ | none
2391+
<td>[ &lt;custom-ident> &lt;integer>? ]+ | none
23922392

23932393
<td>none
23942394

css-lists/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ <h3 id='counter-properties'>
10041004
<td><dfn>counter-reset</dfn>
10051005
<tr>
10061006
<th>Value:
1007-
<td>[ &lt;ident> &lt;integer>? ]+ | none
1007+
<td>[ &lt;custom-ident> &lt;integer>? ]+ | none
10081008
<tr>
10091009
<th>Initial:
10101010
<td>none
@@ -1034,13 +1034,13 @@ <h3 id='counter-properties'>
10341034
<dd>
10351035
This element does not create any new counters.
10361036

1037-
<dt><code>&lt;ident> &lt;integer>?</code>
1037+
<dt><code>&lt;custom-ident> &lt;integer>?</code>
10381038
<dd>
10391039
The element <i title="create a new counter">creates one or more new counters</i>.
1040-
Each <code>&lt;ident></code> names a new counter to be created.
1040+
Each <code>&lt;custom-ident></code> names a new counter to be created.
10411041

10421042
<p>
1043-
If an <code>&lt;integer></code> is provided after an <code>&lt;ident></code>,
1043+
If an <code>&lt;integer></code> is provided after an <code>&lt;custom-ident></code>,
10441044
the starting value of the new counter is that integer.
10451045
Otherwise, the starting value of the new counter is ''0''.
10461046

@@ -1058,7 +1058,7 @@ <h3 id='counter-properties'>
10581058
<td><dfn>counter-set</dfn>
10591059
<tr>
10601060
<th>Value:
1061-
<td>[ &lt;ident> &lt;integer>? ]+ | none
1061+
<td>[ &lt;custom-ident> &lt;integer>? ]+ | none
10621062
<tr>
10631063
<th>Initial:
10641064
<td>none
@@ -1085,7 +1085,7 @@ <h3 id='counter-properties'>
10851085
<td><dfn>counter-increment</dfn>
10861086
<tr>
10871087
<th>Value:
1088-
<td>[ &lt;ident> &lt;integer>? ]+ | none
1088+
<td>[ &lt;custom-ident> &lt;integer>? ]+ | none
10891089
<tr>
10901090
<th>Initial:
10911091
<td>none
@@ -1117,7 +1117,7 @@ <h3 id='counter-properties'>
11171117
<dd>
11181118
This element does not alter the value of any counters.
11191119

1120-
<dt><code>&lt;ident> &lt;integer>?</code>
1120+
<dt><code>&lt;custom-ident> &lt;integer>?</code>
11211121
<dd>
11221122
The element alters the value of one or more counters on it.
11231123
If there is not currently a counter of the given name on the element,
@@ -1126,7 +1126,7 @@ <h3 id='counter-properties'>
11261126
(though it may then immediately set or increment that value to something different).
11271127

11281128
<p>
1129-
If an <code>&lt;integer></code> is provided after an <code>&lt;ident></code>,
1129+
If an <code>&lt;integer></code> is provided after an <code>&lt;custom-ident></code>,
11301130
it sets the innermost counter of the given name's value to that integer (for 'counter-set')
11311131
or increments the value of the innermost counter of the given name by that integer (for 'counter-increment').
11321132
Otherwise,

0 commit comments

Comments
 (0)