From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Attributes on HTML tables? Date: Sun, 14 Apr 2013 10:41:28 +0200 Message-ID: <874nf9a1f4.fsf@bzg.ath.cx> References: <86bo9rnj6q.fsf@iro.umontreal.ca> <87ppy66eke.fsf@bzg.ath.cx> <878v4uxjp6.fsf@gmail.com> <87mwtavzgv.fsf@gmail.com> <86fvyy1dsp.fsf@iro.umontreal.ca> <87ehegtsde.fsf@ericabrahamsen.net> <20130413171013.GA66674@BigDog.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URJY6-0007r9-6C for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 05:48:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URJY3-0003TX-TA for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 05:48:38 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:65384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URJY3-0003TB-Mb for emacs-orgmode@gnu.org; Sun, 14 Apr 2013 05:48:35 -0400 Received: by mail-wi0-f173.google.com with SMTP id l13so136956wie.6 for ; Sun, 14 Apr 2013 02:48:34 -0700 (PDT) In-Reply-To: <20130413171013.GA66674@BigDog.local> (Rick Frankel's message of "Sat, 13 Apr 2013 13:10:13 -0400") 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: Rick Frankel Cc: emacs-orgmode@gnu.org Hi Rick, Rick Frankel writes: > However, you will need to change the html-table-tag to not use > attributes, and remove the xml declaration > (which is a warning and not an error in html5) (Note that `org-html-table-tag' has been deleted, you need to check `org-html-table-default-attributes' instead.) The HTML5 validation is good news and your example is great. Would be nice to have this in worg/org-faq.org! Thanks, -- Bastien