Re: [csswg-drafts] [cssom] shorthand not representing the values of list in its grammar?

I guess it's e.g.
```js
el.style.border = "1px solid blue";
el.style.border; // "1px solid blue";
el.style.borderTopColor = "red";
el.style.border; // ""
```


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

Received on Wednesday, 4 October 2017 22:22:06 UTC