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. ~TJReceived on Saturday, 28 February 2015 04:39:30 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:51 UTC