[html5] r4353 - [giowt] (2) Normalise newlines and tabs in document.title also.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 27 11:58:10 PDT 2009
Author: ianh
Date: 2009-10-27 11:58:06 -0700 (Tue, 27 Oct 2009)
New Revision: 4353
Modified:
complete.html
index
source
Log:
[giowt] (2) Normalise newlines and tabs in document.title also.
Modified: complete.html
===================================================================
--- complete.html 2009-10-27 18:56:26 UTC (rev 4352)
+++ complete.html 2009-10-27 18:58:06 UTC (rev 4353)
@@ -7223,7 +7223,7 @@
<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>
Modified: index
===================================================================
--- index 2009-10-27 18:56:26 UTC (rev 4352)
+++ index 2009-10-27 18:58:06 UTC (rev 4353)
@@ -7041,7 +7041,7 @@
<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>
Modified: source
===================================================================
--- source 2009-10-27 18:56:26 UTC (rev 4352)
+++ source 2009-10-27 18:58:06 UTC (rev 4353)
@@ -7036,7 +7036,7 @@
<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>
More information about the Commit-Watchers
mailing list