[whatwg] whitespace compression in document.title
Ian Hickson
ian at hixie.ch
Tue Jun 2 01:25:51 PDT 2009
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. `._.-(,_..'--(,_..'`-.;.'
More information about the whatwg
mailing list