- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Fri, 27 Feb 2015 20:38:42 -0800
- To: Simon Sapin <simon.sapin@exyr.org>
- Cc: www-style <www-style@w3.org>
On Fri, Feb 27, 2015 at 7:09 AM, Simon Sapin <simon.sapin@exyr.org> wrote:
> http://dev.w3.org/csswg/css-counter-styles/#the-counter-style-rule
>
>> When a given descriptor occurs multiple times in a given
>> @counter-style rule, only the last specified value is used; all prior
>> values for that descriptor must be ignored.
>
> That’s not always the last value, but the last among the values that match
> the grammar, right?
>
> E.g.
>
>
> @counter-style decimal-leading-zero {
> system: extends decimal;
> pad: 2 '0';
> pad: this is not a valid value for the "pad" descriptor;
> }
Descriptors that don't match the grammar get thrown out before we even
start processing things at the spec level.
~TJ
Received on Saturday, 28 February 2015 04:39:30 UTC