From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Hlavaty Newsgroups: gmane.emacs.help Subject: Re: make a drawing with Emacs Date: Fri, 04 Sep 2020 10:59:05 +0200 Message-ID: <87y2lplxye.fsf@logand.com> References: <87mu26sl1x.fsf@gnus.org> <878sdqmygh.fsf@logand.com> <20200904084323.GA25869@tuxteam.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38382"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 04 10:59:34 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kE7ZF-0009rz-PM for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 04 Sep 2020 10:59:33 +0200 Original-Received: from localhost ([::1]:54090 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kE7ZE-0005q8-RF for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 04 Sep 2020 04:59:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kE7Yt-0005p5-O1 for help-gnu-emacs@gnu.org; Fri, 04 Sep 2020 04:59:11 -0400 Original-Received: from logand.com ([37.48.87.44]:59948) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kE7Yr-00080c-V2 for help-gnu-emacs@gnu.org; Fri, 04 Sep 2020 04:59:11 -0400 Original-Received: by logand.com (Postfix, from userid 1001) id 674921A5434; Fri, 4 Sep 2020 10:59:08 +0200 (CEST) X-Mailer: emacs 26.3 (via feedmail 11-beta-1 I) In-Reply-To: <20200904084323.GA25869@tuxteam.de> Received-SPF: pass client-ip=37.48.87.44; envelope-from=tom@logand.com; helo=logand.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/04 04:40:35 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:123957 Archived-At: thanks for the interesting info On Fri 04 Sep 2020 at 10:43, wrote: >> i can imagine a case where svg is inside html and maybe it could have >> arbitrary attributes, e.g. data-myattr1 > > In theory, that's what namespaces are for. In practice, though... html does not have namespaces but you are right, if treated as xml, args could contain attributes from other namespaces. i forgot about that > Nevertheless, independently of how you embed the thing syntactically > (SVG even allows extending the DTD!) users will throw chairs at you > whenever it looks differently than in Chrome/Firefox/Internet Exploder > Version 0.95 or something. Be sure to duck quickly :-) extending dtd? interesting