Re: [csswg-drafts] Idea: Properties with Object Values (#9502)

@Crissov, hello. I was initially brainstorming about CSS selectors, CSSOM, and object graphs, e.g.:

```js
var el = document.getElementById('el');
var x = el.style.property.subproperty;
```

but: (1) there might not be much Web developer demand for this expressiveness, (2) there were indicated to be some corner cases with respect to combining JS and CSS, and (3) the `{}`-based syntax was indicated to have been previously considered for notational shorthand conventions which can be parsed back into lengthier style property names.

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


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

Received on Tuesday, 7 November 2023 03:04:54 UTC