From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Re: textareas in HTML export Date: Thu, 25 Feb 2010 14:23:27 +0100 Message-ID: References: <8EE5FDAD-0D11-42F2-B5D7-C1CF6CF3E5B5@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nkdgv-0004TQ-PT for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 08:23:45 -0500 Received: from [140.186.70.92] (port=42616 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nkdgu-0004Sr-WB for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 08:23:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nkdgu-0005DL-Ij for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 08:23:44 -0500 Received: from lo.gmane.org ([80.91.229.12]:33680) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nkdgu-0005D9-B2 for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 08:23:44 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nkdgp-00019g-NS for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 14:23:39 +0100 Received: from 146.140.213.100 ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Feb 2010 14:23:39 +0100 Received: from ulf-news by 146.140.213.100 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Feb 2010 14:23:39 +0100 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: emacs-orgmode@gnu.org Dear Carsten, Carsten Dominik wrote: > Applied, thanks. thanks for that :) > But I did move the overflow:x property into the css section (default > style), because I think it is important *functionality* that should be > there out off the box. Just as a suggestion: Wouldn't it be better to set `overflow-x' to `auto' instead of `scroll'? This leaves it up to the user agent how to render boxes with overflows. Major browsers (FF, IEs, Opera, Chrome) do what you expect: display a scroll bar if it's necessary (text goes beyond box border) or leave it out whenever it's not needed. Ulf