Re: [csswg-drafts] [css-lists] Omitted start value of reversed list isn't calculated right (#6233)

I guess we already have that problem in
```html
<ol start="5"><li style="counter-increment: list-item 3"></li></ol>
```
which produces `5-1+3 = 7` instead of `5`.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 15 June 2021 15:35:48 UTC