From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.61]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 9FD3F779BE for ; Mon, 10 Aug 2015 01:53:03 -0700 (PDT) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from carhart.net (unknown [99.52.200.227]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id D1C644004EB for ; Mon, 10 Aug 2015 01:56:28 -0700 (PDT) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id t7A8uSMO008511 for ; Mon, 10 Aug 2015 01:56:28 -0700 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id t7A8uRpG008508 for ; Mon, 10 Aug 2015 01:56:28 -0700 Date: Mon, 10 Aug 2015 01:56:27 -0700 (PDT) From: Kevin Carhart To: Edbrowse-dev@lists.the-brannons.com Message-ID: User-Agent: Alpine 2.03 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: [Edbrowse-dev] startwindow / class NodeList X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2015 08:53:03 -0000 Hi guys I was familiarizing myself with DOM discussions on the listserv over 2014-15, so that I can hopefully contribute and be up to date on recent work when trying to figure out how. I've installed from github, and have been taking a look at the startwindow.js. Maybe I could help build out some pieces of DOM? I noticed something in past DOM discussions on the list. A while ago, Adam said, "Also, as per comments in startwindow.js, apparently we're supposed to return something called a node list object rather than an array from getElement* functions. No idea what one of these is yet, more future research I think." You may know this already, but the env.js code has a specification for NodeList! I put it up at: http://carhart.net/~kevin/nodelist.js Adam, you said you had taken a look at env.js, right? I know it isn't suitable as an implementation out of the box, but do you think env is useable as a guide, for example if I was to try and adapt document.getElementsByTagName to return a NodeList? I notice in the env code that they cite URLs from w3, which makes me hopeful that they have done good generic work that just happens to be in javascript. Here's what they have to say about document and about the 'Node' class, http://carhart.net/~kevin/document.js http://carhart.net/~kevin/node.js thanks! Kevin -------- Kevin Carhart * 415 225 5306 * The Ten Ninety Nihilists