Re: [css-lists] Value for counter-reset & counter-increment properties: <ident> or <custom-ident>?

Great -- thanks for the quick response!

~Daniel

On 11/19/2013 06:51 PM, Tab Atkins Jr. wrote:
> On Tue, Nov 19, 2013 at 6:45 PM, Daniel Holbert <dholbert@mozilla.com> wrote:
>> Hi www-style,
>>
>> Do the "counter-reset" and "counter-increment" properties take "<ident>"
>> or "<custom-ident>"[1] for the counter name?
>>
>> Currently, they're specced as taking <ident>:
>>
>>   # Value: [ <ident> <integer>? ]+ | none
>>   http://dev.w3.org/csswg/css-lists/#counter-properties
>>
>> ...but I think that might just be because <custom-ident> wasn't
>> available the last time the css-lists spec was updated, or something
>> like that.
> 
> Correct.
> 
>> So, anyway: is it reasonable to assume that these properties really take
>> <custom-ident>, *not* <ident>?
> 
> Yes.  I'll edit it to fix tomorrow.
> 
> ~TJ
> 

Received on Wednesday, 20 November 2013 04:56:06 UTC