Re: [csswg-drafts] [css-lists-3] counter-set vs counter-increment (#3810)

Does `counter-set` have any implementations? That could create compat issues.

If there's no compatibility objections, I agree that it is preferable if `counter-set` overrides any increments.  If I specify `counter-set: chapter 5`, that's probably what I want.

The downside is that `counter-reset: chapter 5` would work differently; an increment declared on the same element would add to the initial value.  But that's less likely to be a problem once `counter-set` is supported; `counter-reset` can be used as intended, on the parent element that defines the counter scope.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3810#issuecomment-480463646 using your GitHub account

Received on Saturday, 6 April 2019 01:36:40 UTC