- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Fri, 11 Jul 2014 16:36:20 -0400
- To: www-style list <www-style@w3.org>
Instead of having the current IDL and then prose that says what to do when called with 0 args, why not just do: void scrollIntoView(optional boolean top = true, optional ScrollOptions options); ? Unless the intent is to have calls like this: scrollIntoView(undefined); be equivalent to scrollIntoView(false), of course... -Boris
Received on Friday, 11 July 2014 20:36:47 UTC