- From: Adam Sobieski via GitHub <sysbot+gh@w3.org>
- Date: Tue, 07 Nov 2023 03:04:52 +0000
- To: public-css-archive@w3.org
@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