From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: textareas in HTML export Date: Thu, 25 Feb 2010 15:40:21 +0100 Message-ID: References: <8EE5FDAD-0D11-42F2-B5D7-C1CF6CF3E5B5@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nket8-0005nS-MR for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 09:40:26 -0500 Received: from [140.186.70.92] (port=48097 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nket7-0005nI-Mw for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 09:40:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nket6-00050p-QP for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 09:40:25 -0500 Received: from mail-fx0-f222.google.com ([209.85.220.222]:55800) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nket6-00050l-Ly for emacs-orgmode@gnu.org; Thu, 25 Feb 2010 09:40:24 -0500 Received: by fxm22 with SMTP id 22so6369054fxm.26 for ; Thu, 25 Feb 2010 06:40:23 -0800 (PST) In-Reply-To: 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: Ulf Stegemann Cc: emacs-orgmode@gnu.org On Feb 25, 2010, at 2:23 PM, Ulf Stegemann wrote: > 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. OK, I did that. Thanks. - Carsten