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:34; helo=resqmta-ch2-02v.sys.comcast.net; envelope-from=eklhad@comcast.net; receiver= Received: from resqmta-ch2-02v.sys.comcast.net (resqmta-ch2-02v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:34]) by hurricane.the-brannons.com (Postfix) with ESMTPS id A437E779FB for ; Fri, 24 Nov 2017 13:18:15 -0800 (PST) Received: from resomta-ch2-19v.sys.comcast.net ([69.252.207.115]) by resqmta-ch2-02v.sys.comcast.net with ESMTP id ILNQeeQChXfDJILNyeMYEx; Fri, 24 Nov 2017 21:19:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20161114; t=1511558386; bh=jC4EIbP+/QEWZAsIVo1I9tBfnKrxst/md0qq57iYNVA=; h=Received:Received:To:From:Reply-to:Subject:Date:Message-ID: Mime-Version:Content-Type; b=EO140mNpA0HNB/e2xyvfNAkJsiooF0SkgoyQj+pikfyj2IJMZwKN8lItbwyb6awR5 NYK32b+asWxPTJM7fC3gHN2Ul7wqvkD7e33cwSqF9a3+Qvg6rRMnohBlyithnoonpk CqHDR68XuAvFg8kV26Lej3PRM4ur7BIAqltYj50GAysHgqSTi8O+nnLcnVIha+7pzo R+peaRRkwExlDCXtopbM63PWDObkkhe+rFsiZwkeizTV9soBZ3Fd0tRxl/N4gfUI9Y DmQLPPb6gXtU1WjLW/MiBGIVEkJmlmWKQinQQ464kwUHJn3EadQt7/hsfAWERmzeFq 7bq+4PfO43y+g== Received: from unknown ([IPv6:2601:408:c300:8f09::f889]) by resomta-ch2-19v.sys.comcast.net with SMTP id ILNxe9QWC5Ls1ILNyewJk9; Fri, 24 Nov 2017 21:19:46 +0000 To: Edbrowse-dev@lists.the-brannons.com From: Karl Dahlke Reply-to: Karl Dahlke References: <20171016072958.eklhad@comcast.net> User-Agent: edbrowse/3.7.1 Date: Fri, 24 Nov 2017 16:19:45 -0500 Message-ID: <20171024161945.eklhad@comcast.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=nextpart-eb-336242 Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfH4DzA3cq4TylzUD2A4sGvmZjOCIX3LKvJw8FPFvJcFY01GgYgzU0ovQMsVTCiNjA/Llv8LYxGnYHdaZ9uvA1CWoOGKwkxBplFlX1iETUYbrqCF+fr3h PcPPESbV1APVJ7VSJqs9BMCjY1DQodUIhFLRFcwrG5fDeOXYHsPsElrU Subject: [Edbrowse-dev] data-* attributes X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.24 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2017 21:18:15 -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-336242 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I have addressed the problem uncovered by Kevin, wherein foo=3Dbar in = an html tag does not make it over to the js world. Well it doesn't get there because I didn't implement it. Just didn't do = it. The only tricky part here is identifying all the exceptions. Example we have special code to manage this, creating a style object under the = a object, then in that style object things like background=3Dred and so = on, and if I then mindlessly set style to its string, as if it was = foo=3Dbar, then all that work is thrown away and it doesn't work. Same comments for onclick =3D some javascript function, which actually = compiles the function and puts that in under onclick, and you wouldn't = want that thrown away and replaced with its string. So there's a list of exception attributes that we manage specialy, and = if not in this list, then I go ahead and set object.attribute=3Dvalue. The cookie set by oranges.com when you go somewhere else should now be = correct, for whatever that's worth. As always, we hope this makes a few other things work too. Karl Dahlke --nextpart-eb-336242--