- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 2 Jun 2009 08:25:51 +0000 (UTC)
On Mon, 18 Aug 2008, Robert O'Callahan wrote: > On Mon, Aug 18, 2008 at 2:19 PM, Ian Hickson <ian at hixie.ch> wrote: > > On Mon, 18 Aug 2008, Robert O'Callahan wrote: > > > > > > IE7, FF3 and Opera 9.51 compress whitespace when getting > > > document.title. \t and \n (at least) are converted to spaces, runs > > > of consecutive spaces are compressed to a single space, and leading > > > and trailing spaces are stripped. Safari 3.1 follows the spec and > > > does none of this. > > > > Do you mean for the purposes of the interface? Or in the API? > > The API, if I understand your question correctly. To be precise: the > rendering of this tescase: > > <head> > <title> > Hello Kitty > Kitty </title> > </head> > <body> > <p>Title: <span id="s" style="white-space:pre; background:yellow;"></span> > <script> > document.getElementById("s").innerHTML = document.title; > </script> Done. -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 2 June 2009 01:25:51 UTC