From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=2001:558:fe21:29:69:252:207:39; helo=resqmta-ch2-07v.sys.comcast.net; envelope-from=eklhad@comcast.net; receiver= Received: from resqmta-ch2-07v.sys.comcast.net (resqmta-ch2-07v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:39]) by hurricane.the-brannons.com (Postfix) with ESMTPS id D1922787EF for ; Fri, 26 Jan 2018 01:08:22 -0800 (PST) Received: from resomta-ch2-05v.sys.comcast.net ([69.252.207.101]) by resqmta-ch2-07v.sys.comcast.net with ESMTP id ezzreExjlTixQezzreV3pV; Fri, 26 Jan 2018 09:08:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1516957711; bh=KUCpkIW9rwCydRDZ/Y1QqNBwUDWoX1z+5nKq+T7ly48=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=nFPXKwpwQlfJxCnLUyVoXdni7mcqvaajmJPPvsEWMe4uuBmmunIizbjMw/Dxnv6+C H1X8bDfPn52KJ/u467SdxGM8635gZoUCDXPXyGNDwHmQs1fIbWo2+hAe5e88MDF/YW 3r+SV4TasdOiH0/3XZJsBUgYN54afOp2rz1PSQj1g7M5CEX8jCaH7Pd/qzzy6uPxfb Qn0qoJjS32VsKdDE9aL6x/c1qfBQpz3Xx2LK+of6WPxISIysy8WEP5ysIAVpBPl3EM 8v0TjEx65aFgVnW3/ggubIA/4eKN+zUhpFVv6V5MM4Xqs2UcPiMMS4BcVXXHhK4sf8 jazrNeQpwF7sw== Received: from unknown ([IPv6:2601:408:c300:8f09:21e:4fff:fec2:a0f1]) by resomta-ch2-05v.sys.comcast.net with SMTP id ezzqenn9IRoYAezzqejUnI; Fri, 26 Jan 2018 09:08:31 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke References: <20180019150815.eklhad@comcast.net> User-Agent: edbrowse/3.7.1 Date: Fri, 26 Jan 2018 04:08:30 -0500 Message-ID: <20180026040830.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-547117 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfDZBy1OzveAh07VOMw5eyqHfxji72LX6Fc3Q1csvsXaQqfHABDCw5asedvqntZVOiwYGslNG4pyalbb3hbf7Zlf/1+cwwdqK8sjQykr1LlvrMRrsOzub SHihKCDa5pk7v+UOQqtXcXzjfK7izjmdAnytCYwkH+3pbdLhP7ocieSJ Subject: [Edbrowse-dev] nasa / prepending "on" to events X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.25 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2018 09:08:23 -0000 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --nextpart-eb-547117 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > I think isn't it also true that all of the attributes beginning with = "on" are > one-of-a-kind entities? Do you mean there is just one of them? I don't think so. I think some websites start with onclick=3D in html, for a handler, = then add another one via javascript and they are both suppose to run, = at least I sort of remember that but can't point to a specific site = right now. So my code supports this. If there is already a function onclick, that becomes onclick array[0], = and the next one pushes and so on. That's what I do, and it may not be right, but I don't think it's wrong. So all of this doesn't answer my question. You type g to "click" on a link or button, do I run onclick, or all the onclick functions, for that node, or for = all the nodes going up the tree, and/or, do I run any and all click functions for that node, or all the nodes = going up the tree? onchange and change, onsubmit and submit ... I really don't know what to do. At this point I run all onclick handlers at and above the current node. See handlerGoBrowse at html.c line 1778. Karl Dahlke --nextpart-eb-547117--