Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giowt] (2) Normalise newlines and tabs in document.title also.
git-svn-id: http://svn.whatwg.org/webapps@4353 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent 060dbab commit 7c29c47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -7223,7 +7223,7 @@ <h4 id=dom-tree-accessors><span class=secno>3.1.4 </span><dfn>DOM tree accessors
<a href=#tree-order>tree order</a>, or the empty string if <a href=#the-title-element>the
<code>title</code> element</a> is null.</li>

<li><p>Replace any sequence of two or more consecutive <a href=#space-character title="space character">space characters</a> in <var title="">value</var> with a single U+0020 SPACE character.</li>
<li><p>Replace any sequence of one or more consecutive <a href=#space-character title="space character">space characters</a> in <var title="">value</var> with a single U+0020 SPACE character.</li>

<li><p>Remove any leading or trailing <a href=#space-character title="space
character">space characters</a> in <var title="">value</var>.</li>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -7041,7 +7041,7 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
<a href=#tree-order>tree order</a>, or the empty string if <a href=#the-title-element>the
<code>title</code> element</a> is null.</li>

<li><p>Replace any sequence of two or more consecutive <a href=#space-character title="space character">space characters</a> in <var title="">value</var> with a single U+0020 SPACE character.</li>
<li><p>Replace any sequence of one or more consecutive <a href=#space-character title="space character">space characters</a> in <var title="">value</var> with a single U+0020 SPACE character.</li>

<li><p>Remove any leading or trailing <a href=#space-character title="space
character">space characters</a> in <var title="">value</var>.</li>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -7036,7 +7036,7 @@ interface <dfn>HTMLDocument</dfn> {
<span>tree order</span>, or the empty string if <span>the
<code>title</code> element</span> is null.</p></li>

<li><p>Replace any sequence of two or more consecutive <span
<li><p>Replace any sequence of one or more consecutive <span
title="space character">space characters</span> in <var
title="">value</var> with a single U+0020 SPACE character.</p></li>

Expand Down

0 comments on commit 7c29c47

Please sign in to comment.