Re: [csswg-drafts] [css-lists-3] Setting the start value of a reversed list (#4211)

FYI, I've updated https://github.com/whatwg/html/pull/4816 to so that:

* `<ol reversed>` maps to a preshint of `counter-reset: reversed(list-item)`
* `<ol start=5 reversed>` maps to a preshint of `counter-reset: reversed(list-item) 6`
* `<ol start=5>` maps to a preshint of `counter-reset: list-item 4`
* `<ol>` has no preshint (but UA style sheet sets `counter-reset: list-item`)
* `<li value=5>` maps to a preshint of `counter-set: list-item 5`

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


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

Received on Friday, 5 March 2021 00:06:22 UTC