Re: [csswg-drafts] [css-lists] Make it clear what repeating a counter name in counter-increment/set/reset does (#3687)

I believe this is now clear:

- counter-reset now specifies “If multiple instances of the same <counter-name> occur in the property value, only the last one is honored.”
- counter-increment and counter-set now specify “If multiple instances of the same <counter-name> occur in the property value, they are all processed, in order. Thus increments will compound, but only the last set value will take effect.”

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

Received on Wednesday, 31 July 2019 19:10:06 UTC