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/ "
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 > [ <ident> <integer> ? ]+ | none
1537+ < td > [ <custom- ident> <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 > <ident> <integer> ?</ code >
1580+ < dt > < code > <custom- ident> <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 > <ident> </ code > names a new counter to be created.
1584+ Each < code > <custom- ident> </ code > names a new counter to be created.
15851585 < p > If an < code > <integer> </ code > is provided after an
1586- < code > <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 > <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 > [ <ident> <integer> ? ]+ | none
1606+ < td > [ <custom- ident> <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 > [ <ident> <integer> ? ]+ | none
1649+ < td > [ <custom- ident> <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 > <ident> <integer> ?</ code >
1695+ < dt > < code > <custom- ident> <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 > <integer> </ code > is provided after an
1704- < code > <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 > <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 > [ <ident> <integer> ? ]+ | none
2361+ < td > [ <custom- ident> <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 > [ <ident> <integer> ? ]+ | none
2376+ < td > [ <custom- ident> <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 > [ <ident> <integer> ? ]+ | none
2391+ < td > [ <custom- ident> <integer> ? ]+ | none
23922392
23932393 < td > none
23942394
0 commit comments