Re: [csswg-drafts] [css-values-5] Specify how colons/semicolons serialize in functions (#12345)

Hi @tabatkins @fantasai,  

I have been following this issue (#6245) and the related `mix()`/`@timeline` proposals. To help move this forward, I would like to contribute by:  

1. **Documenting the consensus behavior** for:  
   - How `*-interpolate()` serializes colons/semicolons (ref #12345)  
   - The default easing curves for interpolation  

2. **Adding practical examples** to the spec:  
   ```css
   /* Example: Fluid typography with easing */
   font-size: interpolate(
     viewport-width 400px to 1200px ease-in-out, 
     1rem, 2rem
   );

Before I submit a PR:
- Is this aligned with the WG’s current direction?
- Should I focus on mix() or interpolate() syntax?
- Any specific formatting preferences for the examples?

Happy to implement whatever the group prefers!

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 20 June 2025 02:42:07 UTC