From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [RFC] vs in HTML export Date: Fri, 10 Jan 2014 14:12:06 -0500 Message-ID: <87r48f3b3t.fsf@alphaville.bos.redhat.com> References: <87vbxsamjm.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1hVJ-0003TA-Jh for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 14:12:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1hVE-0001RM-3Q for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 14:12:25 -0500 Received: from plane.gmane.org ([80.91.229.3]:33795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1hVD-0001RG-Rr for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 14:12:20 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W1hVC-0001YF-5D for emacs-orgmode@gnu.org; Fri, 10 Jan 2014 20:12:18 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jan 2014 20:12:18 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jan 2014 20:12:18 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rick Frankel writes: >> BTW, I tried using > >> > > This does not work because the close tag is required according to the > spec (like a script tag). > Yes, I figured that that was probably the case, even though FF seemed to accept it (although I'm no longer sure what I have and have not tried...) The primary reason I considered it was because org-html-close-tag currently produces that form and I was trying to be as non-intrusive (a.k.a. lazy) as possible. > From a quick read on the interwebs, yes, it seems that is an > html4 specification. One problem with your solution, is that > does not allow an 'alt' attribute > I don't know if it's part of the standard or yet another hack but I found this: http://www.w3schools.com/tags/tag_object.asp in particular the Note in "Tips and Notes", which seems to imply that I can do foo.png to accommodate browsers which don't recognize the tag, as well as accommodating the absence of a foo.png file (or the disallowing of images). In my limited testing, that seems to work if the file is abesnt. > The problem w/ see: > http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html#SVG_in_HTML > for an interesting writeup on the issues. > I found that one in my search but I was somewhat discouraged by the number of pages (167) and its age (2010) and I did not really try to read it carefully. But I've taken another look at the section you point out and it is indeed a good reference - thanks for pushing me towards it! And thanks for the comments! Nick