|
From: | Rick Frankel |
Subject: | Re: [O] [PATCH] export to various flavors of (X)HTML |
Date: | Fri, 26 Apr 2013 09:49:07 -0400 |
User-agent: | Roundcube Webmail/0.7.1 |
On 25.04.2013 17:20, Eric Abrahamsen wrote:
Who knew this would turn out to be such a fraught issue! All I wanted was that little green checkmark from the W3C...Here's what I think should be an acceptable final patch. I dropped theCDATA mess, and came up with a slightly different implementation for handling self-closing tags. It's maybe a little /bulkier/ than theprevious implementation, but not so hacky, and may continue to be usefulin the future. There's also a documentation patch.
Overall, looks good, but again, i would _strongly_ argue that html5 should generate valid xhtml.
If it doesn't, it will really break my post-processing workflow...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.
rick
[Prev in Thread] | Current Thread | [Next in Thread] |