[Bug 21069] [Unforgeable] attributes as data property

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21069

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #3 from Boris Zbarsky <bzbarsky@mit.edu> ---
In Gecko's implementation there is a separate getter per object instance for
unforgeable attributes.

Making this a data property is not an option, imo: it needs to be
non-configurable and readonly but the boolean returned can change.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 21 February 2013 13:33:32 UTC