Re: [csswg-drafts] [css-values] Define `mix()` with `<declaration-value>` (#8096)

**Aside:** 

I think `w3c/reffy` is not able to extract its production rule because its syntax does not have the usual structure `<name> = rule`, ie:

```
mix( <percentage> ';' <start-value> ';' <end-value> )
```

instead of:

```
<mix()> = mix( <percentage> ';' <start-value> ';' <end-value> )
```

Do you want this simplified form to be recognized by `w3c/reffy`?

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


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

Received on Monday, 30 January 2023 15:25:57 UTC