Re: [csswg-drafts] [css-overflow-3] 'overflow' 2-value syntax is in wrong order

I think that's way riskier than what we interpreted. For example, code like this will stop working:

```js
  document.body.style.overflow = "hidden";
  document.body.style.overflowX // Will start returning "", but returned "hidden" up until now.
```

I'm not sure that's totally acceptable...

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

Received on Wednesday, 15 August 2018 15:56:08 UTC