[Bug 16135] <track> "When an object is returned, the same object must be returned each time." - allow it to be either cached or GCed, just like with e.g. getElementsByTagName

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #1 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-04-25 18:59:25 UTC ---
Why? The getElementsByTagName() thing is only because there's a potentially
infinite number of them, so it's impractical to remember them all.

-- 
Configure bugmail: https://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 Wednesday, 25 April 2012 18:59:28 UTC