[whatwg] whitespace compression in document.title

Robert O'Callahan robert at ocallahan.org
Sun Aug 17 19:32:14 PDT 2008


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>

Rob
-- 
"He was pierced for our transgressions, he was crushed for our iniquities;
the punishment that brought us peace was upon him, and by his wounds we are
healed. We all, like sheep, have gone astray, each of us has turned to his
own way; and the LORD has laid on him the iniquity of us all." [Isaiah
53:5-6]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20080818/df49392f/attachment-0001.htm>


More information about the whatwg mailing list