- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Aug 2019 18:42:17 +0000
- To: public-css-archive@w3.org
If we want to explain the magic via a brand new property (which wouldn't have cascading or backcompat problems), that's fine. I don't think it's useful enough to be worth doing, but whatever; I'm not opposed. But I don't like the idea that you can definitely set `counter-increment: foo 1;` on a normal `li` and it'll continue to number itself perfectly correctly, but if that `li` is in an `<ol reversed>` you'll screw up the numbering. Either both forward and reverse numbers should work magically, regardless of what other stuff you set in `counter-increment`, or both should fail to work, imo. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4181#issuecomment-519640475 using your GitHub account
Received on Thursday, 8 August 2019 18:42:18 UTC