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 35F9177BC5 for ; Mon, 17 Jun 2019 22:50:22 -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 CDAA337FBF7 for ; Mon, 17 Jun 2019 22:50:21 -0700 (PDT) Received: from localhost (kevin@localhost) by carhart.net (8.15.2/8.15.2) with ESMTP id x5I5oKto059637 for ; Mon, 17 Jun 2019 22:50:21 -0700 Date: Mon, 17 Jun 2019 22:50:20 -0700 (PDT) From: Kevin Carhart To: edbrowse-dev@lists.the-brannons.com Subject: [edbrowse-dev] Re: if((c = t.style.color) In-Reply-To: Message-ID: References: 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 Actually I misread the error message a little. If it reports could not get color of undefined, that means that the elements do not have a style object, not that they don't have a color property. I echoed nodeType and found out that the two elements where this happens are comment and H1. For the comment, could we add a style at roughly 1380? As for the H1, I don't know, do these headings get treated similar to the paragraph P? Maybe there is a different solution to this altogether. It can't be happening that often or there would be a lot of errors in eb$visible.