Re: [csswg-drafts] [cssom] Should shorthands in object from getComputedStyle be enumerable?

Chrome currently does *not* include shorthands in the list of properties when you enumerate them:

[Example](http://software.hixie.ch/utilities/js/live-dom-viewer/saved/6024)
```
<!DOCTYPE html>
<body>
<script>
var x = [...getComputedStyle(document.body)];
w(x);
</script>
```

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

Received on Wednesday, 4 July 2018 07:52:23 UTC