[Bug 12998] Some attributes are not overridable with 'var' in browsers. See http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1035

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12998

Cameron McCormack <cam@mcc.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cam@mcc.id.au

--- Comment #3 from Cameron McCormack <cam@mcc.id.au> 2011-06-20 07:05:36 UTC ---
I would those readonly attributes in Opera and Chrome to become overridable
once properties for IDL attributes are moved to the prototype as accessor
properties.

(I think it doesn't matter here, but note that doing `eval("var x")` is
different from `var x` in ES5, as the former creates properties that are
configurable while the latter creates them non-configurable.)

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 20 June 2011 07:05:38 UTC