- From: Arnaud Le Hors <lehors@w3.org>
- Date: Thu, 07 Oct 1999 18:27:17 +0200
- To: DOM Mailing List <www-dom@w3.org>
While I don't like NodeList myself, I personnaly don't have any particular problem to implement the live aspect of them. It's actually easier for me to have them live since they are a simple wrapper on top of my own structure which has nothing like that, and which is definitely "live". Making NodeLists "dead" would mean for me to actually allocate an array to "save" their state at creation time, which is something I don't currently need. Could someone tell me what the problem with live NodeLists is? Actually, my expectation is rather that they cause more troubles to the user than the implementor. Side note: I really wonder how we came up with this term "live" nodelists. I would really call them "dynamic", as opposed to "static" (and not "dead"). -- Arnaud
Received on Thursday, 7 October 1999 12:27:26 UTC