From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.60]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 2DA81779C0 for ; Mon, 17 Jun 2019 22:16:46 -0700 (PDT) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from carhart.net (unknown [99.57.137.251]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id B94DE37FC6F for ; Mon, 17 Jun 2019 22:16:45 -0700 (PDT) Received: from localhost (kevin@localhost) by carhart.net (8.15.2/8.15.2) with ESMTP id x5I5GhCD059341 for ; Mon, 17 Jun 2019 22:16:43 -0700 Date: Mon, 17 Jun 2019 22:16:43 -0700 (PDT) From: Kevin Carhart To: edbrowse-dev@lists.the-brannons.com Subject: [edbrowse-dev] if((c = t.style.color) Message-ID: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) X-BeenThere: edbrowse-dev@edbrowse.org List-Id: Edbrowse Development List MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII I kept going with maerskline.com and it's complaining about eb$visible TypeError: cannot read property 'color' of undefined failure on 0x2228768.eb$visible[] WINDOW.? I think some elements are not getting style.color while the test of t.style.color expects that they will? Here is the bp output: bp: t.style style object bp: t.style.color undefined bp: t.nodeName #text What is #text - a comment?