[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [PATCH] export to various flavors of (X)HTML
From: |
Rick Frankel |
Subject: |
Re: [O] [PATCH] export to various flavors of (X)HTML |
Date: |
Fri, 26 Apr 2013 14:49:49 -0400 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Fri, Apr 26, 2013 at 10:14:17AM -0700, Eric Abrahamsen wrote:
> Rick Frankel <address@hidden> writes:
> >
> > Therefore, `org-html-close-tag' should check that the doctype is not a
> > flavor of html4 rather than a flavor of xhtml. An alternative would be
> > to add ("xhtml5" . "<!DOCTYPE html>") to the doctype alist, and the
> > appropriate testing for being html5 and xhtml.
> >
> > See the discussions of polyglot markup @
> > http://en.wikipedia.org/wiki/Polyglot_markup
> > and
> > http://www.w3.org/TR/2011/WD-html-polyglot-20110405/#dfn-polyglot-markup
> > for the rationale.
>
> Ah, those were interesting links, I hadn't considered those issues.
> Luckily, your second option was a three-line change to the existing
> patch: using "xhtml5" now produces the same output as "html5", except
> that self-closing tags are self-closed, and there's a xmlns declaration
> in the <html> element. Best of all worlds, I hope.
Brilliant! I will apply the patch and try it later this weekend...
rick
- Re: [O] [PATCH] export to various flavors of (X)HTML, (continued)
- Re: [O] [PATCH] export to various flavors of (X)HTML, François Pinard, 2013/04/23
- Re: [O] [PATCH] export to various flavors of (X)HTML, Christian Wittern, 2013/04/23
- Re: [O] [PATCH] export to various flavors of (X)HTML, François Pinard, 2013/04/24
- Re: [O] [PATCH] export to various flavors of (X)HTML, Eric Abrahamsen, 2013/04/25
- Re: [O] [PATCH] export to various flavors of (X)HTML, Rick Frankel, 2013/04/26
- Re: [O] [PATCH] export to various flavors of (X)HTML, Eric Abrahamsen, 2013/04/26
- Re: [O] [PATCH] export to various flavors of (X)HTML,
Rick Frankel <=
- Re: [O] [PATCH] export to various flavors of (X)HTML, Eric Abrahamsen, 2013/04/29
- Re: [O] [PATCH] export to various flavors of (X)HTML, Nicolas Goaziou, 2013/04/29
- Re: [O] [PATCH] export to various flavors of (X)HTML, Rick Frankel, 2013/04/30
- Re: [O] [PATCH] export to various flavors of (X)HTML, Rick Frankel, 2013/04/30
- Re: [O] [PATCH] export to various flavors of (X)HTML, Eric Abrahamsen, 2013/04/30