Re: [csswg-drafts] [css-values-5][various] Better handling of arguments with commas (#9539)

About serialization:

  > Functional notations are serialized with commas (rather than semicolons) whenever possible.

Determining *when it is possible* seems non-trivial. This cannot be achieved with a simple search and replace in the string resulting from serializing the arguments, which can include nested functions that must preserve `;`.

I guess the component values representing the arguments can be flattened and those representing separators (`,` or `;` or ` `) can be removed and abstracted, but that seems extra work.

Hence my question: can you please clarify the motivation?

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


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

Received on Tuesday, 23 July 2024 14:30:40 UTC