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 B744977B04 for ; Sun, 23 Jun 2019 21:06:05 -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 C4F6937FCC9; Sun, 23 Jun 2019 21:06:04 -0700 (PDT) Received: from localhost (kevin@localhost) by carhart.net (8.15.2/8.15.2) with ESMTP id x5O463Ak153693; Sun, 23 Jun 2019 21:06:04 -0700 Date: Sun, 23 Jun 2019 21:06:03 -0700 (PDT) From: Kevin Carhart To: Karl Dahlke cc: edbrowse-dev@lists.the-brannons.com Subject: Re: [edbrowse-dev] if((c = t.style.color) In-Reply-To: <20190518052843.eklhad@comcast.net> Message-ID: References: <20190518052843.eklhad@comcast.net> 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; charset=US-ASCII; format=flowed Hi Karl Thanks for making the .style changes a week ago. My internet was out for some reason and this took a couple of days, but I pulled up the elements that didn't have a style object. Since I immediately compiled the latest out of habit, I then had to compile the one from a few days ago with this hash: 32c724d109a70ff7b25d95f5367078dd71e353ee#diff-25d902c24283ab8cfbac54dfa101ad31 And here are the uptraces for the two elements. Maybe it's a moot point now since your latest fixed it. I don't seem to be getting a #text now. It happens on a DIV and an H1. bp: t.style undefined bp: uptrace(t) DIV.carousel__runner DIV.carousel__slides DIV.carousel carousel--active carousel--hint DIV.p-section__brands DIV.p-page__section__inner DIV.p-page__section__outer DIV.p-page__section theme--light--alt DIV.page p-page DIV#main BODY HTML DOCUMENT undefined bp: . bp: t.style undefined bp: uptrace(t) H1.font--display-4 typer typer--active typer--complete#anId DIV.heading DIV.p-page__header__copy DIV.p-page__header__col--1 DIV.p-page__header__cell DIV.p-page__header__table DIV.p-page__header__content DIV.p-page__header p-page__header--decision-tree theme--dark#headerDt DIV.page p-page DIV#main BODY HTML DOCUMENT undefined bp: . On Tue, 18 Jun 2019, Karl Dahlke wrote: >> comment and H1. > > I can add > this.style = new CSSStyleDeclaration; > at line 1392, which should fix comment. > >

has a style object, and createElement("h1") produces an h1 node with a style object. > I have no clue how you found an h1 without style. > You might have to figure out where it came from. > uptrace(h1) > is it from the html or dynamically created? > Is it really h1? > > Karl Dahlke >