From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Re: Aligning Columns in HTML Export Tables Date: Mon, 25 Oct 2010 22:41:50 +0200 Message-ID: <4CC5EB8E.9080503@christianmoe.com> References: <878w1svl7y.fsf@gollum.intra.norang.ca> <53D6BE6F-C152-45DE-B01B-89D50B4848BC@gmail.com> <4CC54506.2070501@christianmoe.com> <21BA9B33-4ACD-4B43-9EF8-84765DA7EC2E@gmail.com> <4CC58271.6050005@christianmoe.com> <87vd4qpbji.fsf@gmx.de> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42020 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PATqR-00064U-PK for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 16:40:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PATpp-0001hU-Ey for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 16:40:02 -0400 Received: from mars.hitrost.net ([91.185.193.39]:35097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PATpp-0001h2-8I for emacs-orgmode@gnu.org; Mon, 25 Oct 2010 16:40:01 -0400 In-Reply-To: <87vd4qpbji.fsf@gmx.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastian Rose Cc: Org-mode ml [Veering off-topic, just to round off a discussion] On 10/25/10 4:55 PM, Sebastian Rose wrote: > > How refer to all right-aligned `td' elements in a certain tables without > some special attribute anyway. Fair point. (In an ideal world, as long as the whole column is right-aligned it should be enough to refer to all right-aligned `col' elements, but this clearly is not the case today.) > `class' preferred since this is CSS2 and > will work in commen browsers. I'm not sure how which browsers will > understand the selector `table#special td[align="right"] {...}'. Firefox, Safari, ... The attribute selector is CSS2, too. But I agree `class' is preferred. > > BTW: Org mode's exports to XHTML, not HTML 4.01 or HTML 5 (which is a > proposal, not a "standard" or recommendation yet). Still, > '' is valid XHTML, too. Absolutely, I didn't mean to imply otherwise. But I think in this regard, at least, the thinking behind the HTML 5 proposal makes sense. (As for the relationship between HTML 5 and XHTML, let's not go there...) Christian