Of course. And I am going to add a layout test as well. I wonder if we should be even more restrictive. DontDelete seems a reasonable option for me, currently:
> var s = document.body.style > delete s.color true > s.color "" But ReadOnly is probably too much. What do you think? yours, anton. On Thu, May 27, 2010 at 11:24 PM, <[email protected]> wrote: > I think this makes sense. LGTM. > > We should have a look at the V8 WebKit bindings and make sure that property > enumerator and query callbacks are always both defined and that they agree. > > http://codereview.chromium.org/2270005/show > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
