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

@wis without an initial counter-reset(vidNumber), the counter-increment will create a new counter scope each time. Try adding :root { counter-reset: vidNumber } - if that fixes it, that's the issue.

I don't think it's a spec problem.

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

Received on Friday, 12 July 2019 14:14:10 UTC