Re: [csswg-drafts] [css-lists] Initial value of counter-increment needs to be something different from none (#3686)

For what it's worth we have
```
li[value] {
    counter-set: list-item attr(value integer, 1);
    counter-increment: list-item 0;
}
```
in our default stylesheet, and this approach for working around the implied list-item increment seems to go back [years](https://lists.w3.org/Archives/Public/www-style/2007Oct/0102.html), so (a) looks good to me.

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

Received on Thursday, 28 February 2019 21:12:37 UTC