On Tue, Sep 25, 2012 at 10:25 PM, Ian Hickson <[email protected]> wrote: > You could even make that work, by having a special method for appending a > new key/value pair, and just not making it accessible. >
Right, other access methods, like this or a classList-like array, can always be added later. (Actually, key/value pairs appended like this would still be accessible with Tab's suggestion, it's just the resulting key order that it doesn't expose.) -- Glenn Maynard
