- From: Simon Pieters via GitHub <sysbot+gh@w3.org>
- Date: Fri, 05 Mar 2021 00:06:20 +0000
- To: public-css-archive@w3.org
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