Re: [csswg-drafts] [css-values-4] Switch advanced attr() to being var()-like (#4482)

Can this be used with @property? When `syntax:"<number>"` is present, it is possible to parse the HTML attribute value as `<number>`?

```css
        @property --foo {
            syntax: "<number>";
            initial-value: 0;
            inherits: true;
        }
```

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


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

Received on Tuesday, 9 January 2024 09:23:56 UTC