Re: [csswg-drafts] [css-fonts] font-weight: bolder and lighter are counter-intuitive (#2764)

@Crissov ignoring the non-existing `index()` function, I had mixed results with setting a var that refers to itself (`--i: max(var(--i) + 1, 9);`), esp. in Edge/18 - although that'll be history soon.
I just noticed min(()/max() are now supported in Blink !! 😎🥰

Sidenote> increments/decrements could/should work like `counters`, if we could store their value in a variable at runtime...


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

Received on Tuesday, 28 January 2020 16:39:49 UTC