- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Wed, 10 Apr 2019 16:09:37 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed `apply counter-set after counter-increment`, and agreed to the following: * `RESOLVED: apply counter-set after counter-increment` <details><summary>The full IRC log of that discussion</summary> <dael> Topic:apply counter-set after counter-increment<br> <dael> github: https://github.com/w3c/csswg-drafts/issues/3810<br> <dael> fantasai: This was an issue around interaction. Property values you have to set if you're incremeneting on every item and want to set to a particular value. yOu have to set it minus increment. That's ergonomically awk<br> <fremy> (I'm in favor)<br> <dael> fantasai: Suggestion is set counter set after increment so if you set foo 5 it will be 5 no matter the counter increment<br> <dael> fantasai: Generally better cascading behavior. Counterset wins over counter incrememnt rather than adding to it.<br> <dael> gregwhitworth: When you set counterset it starts from that place?<br> <dael> fantasai: Sets an explicit value for the counter<br> <dael> gregwhitworth: And doesn't inc after that?<br> <dael> fantasai: If you have nth-child 5 counterset: chapter 5 it will have 5 instead of the increment added to that.<br> <dael> gregwhitworth: Then increment from 5?<br> <dael> fantasai: On other elements, yeah.<br> <dael> fantasai: On a particular element you apply counter-reset then counter increment then counter set<br> <dael> plinss: Makes sense to me. Looking at issue Gecko impl but will change. Any other impl here?<br> <dael> fantasai: I think they're only ones. They committed the fix a day ago<br> <dael> plinss: Objections?<br> <dael> RESOLVED: apply counter-set after counter-increment<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3810#issuecomment-481756235 using your GitHub account
Received on Wednesday, 10 April 2019 16:09:38 UTC