Re: [csswg-drafts] [css-values-4][css-variables] Parsing priority between substitution values (#8731)

`display: mix(50%; block; inline) var(--flow)`: 

  - would be invalid at parse time if parsing `mix()` before `var()` (because mix() *is not the sole value of the property*)
  - would be valid at parse time if parsing `var()` before `mix()` (then invalid at computed value time because mix() *is not the sole value of the property*)

I am not sure how significant this difference is.

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


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

Received on Wednesday, 19 April 2023 08:37:37 UTC