Re: [csswg-drafts] [css-fonts] [palettes] Should calc() be allowed inside @font-palette-values? (#6631)

Computed GOTO considered harmful.

Palette numbers are font-specific and are determined by inspecting the font, so at that point they are known and should be considered constant values. Doing computation on them has no realistic use-case that I can see.

Using `calc()` to calculate the number of padding symbols to use for multi-digit counters on the other hand is much more reasonable.

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


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

Received on Friday, 17 September 2021 13:56:38 UTC