Re: [csswg-drafts] [css-shadow-parts] confirm browser support

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