Re: [csswg-drafts] [css-properties-values-api] Shorthand for custom property declaration (#7523)

We have several possible syntax options.
 But now let's discuss how such a syntax should be displayed in the browser developer panel.
 Suppose :
```CSS
<div style='@property --foo, --bar as color'>
```
or
```CSS
<div style='@property --foo, --bar : color'>
```
In the browser, we select this element in the developer panel. How this style should be displayed below in styles?
Indeed, in styles the panel has 2 columns.
Property name and near property value.
![image](https://user-images.githubusercontent.com/6898474/180606659-f65c6fb4-f2bc-44ec-aae8-7be03b573dc8.png)


Sorry that the tex is crossed out, 2 ways to display the style.

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


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

Received on Saturday, 23 July 2022 13:15:30 UTC