From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (mailfrom) identity=mailfrom; client-ip=8.23.224.61; helo=out.smtp-auth.no-ip.com; envelope-from=kevin@carhart.net; receiver= Received: from out.smtp-auth.no-ip.com (smtp-auth.no-ip.com [8.23.224.61]) by hurricane.the-brannons.com (Postfix) with ESMTPS id 7F99877DE8 for ; Sun, 24 Sep 2017 22:44:08 -0700 (PDT) X-No-IP: carhart.net@noip-smtp X-Report-Spam-To: abuse@no-ip.com Received: from carhart.net (unknown [99.52.200.227]) (Authenticated sender: carhart.net@noip-smtp) by smtp-auth.no-ip.com (Postfix) with ESMTPA id 380522B9 for ; Sun, 24 Sep 2017 22:45:43 -0700 (PDT) Received: from carhart.net (localhost [127.0.0.1]) by carhart.net (8.13.8/8.13.8) with ESMTP id v8P5jfom005955 for ; Sun, 24 Sep 2017 22:45:41 -0700 Received: from localhost (kevin@localhost) by carhart.net (8.13.8/8.13.8/Submit) with ESMTP id v8P5jetF005948 for ; Sun, 24 Sep 2017 22:45:41 -0700 Date: Sun, 24 Sep 2017 22:45:40 -0700 (PDT) From: Kevin Carhart To: edbrowse-dev@lists.the-brannons.com Message-ID: User-Agent: Alpine 2.03 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: [Edbrowse-dev] Radio Caroline wants doc.implementation 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: Mon, 25 Sep 2017 05:44:08 -0000 Thanks for implementing canvas and the other thing. I went in and tried it again to find out what's next. The good news is that the new batbelt of utilities is lovely. Using demin and showscripts, I found out that the jquery used by radiocaroline is asking for document.implementation at deminned line 3115: var a = d.implementation.createHTMLDocument('').body; Does implementation ring any bells? I have seen it around. It's in thatcher. But I never understood what it was for. I'm reading around a little, and I guess it is for something a little similar to innerhtml- creating a document object based on a flat string of tags. Any idea how to get this out of our hair?