Re: [csswg-drafts] [cssom-view-1] Can scrollIntoView param type be more specifc?

If Gecko already treats `undefined` the same as `true`, that suggests `undefined` meaning `false` is not a strong web compat invariant we need to maintain. If so, we can switch to
```
void scrollIntoView(optional (boolean or ScrollIntoViewOptions) arg = true);
```

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

Received on Monday, 5 June 2017 10:46:32 UTC