- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 02 Oct 2018 20:10:06 +0000
- To: public-css-archive@w3.org
Yeah. `oldName:newName` is how JS works:
```js
const {foo: bar} = {foo: 1};
// same as:
const bar = ({foo: 1}).foo;
```
--
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2368#issuecomment-426412685 using your GitHub account
Received on Tuesday, 2 October 2018 20:10:07 UTC