[html5] r4182 - [t] (0) RDF processing: be consistent about what <title> the document has. Fixin [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 19 18:13:21 PDT 2009
Author: ianh
Date: 2009-10-19 18:13:18 -0700 (Mon, 19 Oct 2009)
New Revision: 4182
Modified:
complete.html
index
source
Log:
[t] (0) RDF processing: be consistent about what <title> the document has.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7803
Modified: complete.html
===================================================================
--- complete.html 2009-10-20 01:08:29 UTC (rev 4181)
+++ complete.html 2009-10-20 01:13:18 UTC (rev 4182)
@@ -7219,8 +7219,8 @@
<li><p>Otherwise, let <var title="">value</var> be a concatenation
of the data of all the child <a href=#text-node title="text node">text
nodes</a> of <a href=#the-title-element>the <code>title</code> element</a>, in
- tree order, or the empty string if <a href=#the-title-element>the <code>title</code>
- element</a> is null.</li>
+ <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>
@@ -47964,7 +47964,8 @@
<dl class=triple><dt>subject <dd> <a href="#the-document's-current-address">the document's current address</a>
<dt>predicate <dd> <code title="">http://purl.org/dc/terms/title</code>
- <dt>object <dd> the <code>textContent</code> of <a href=#the-title-element>the <code>title</code> element</a>, as a plain literal, with the language information set from the <a href=#language>language</a> of <a href=#the-title-element>the <code>title</code> element</a>, if it is not unknown.
+ <dt>object <dd> the concatenation of the data of all the child <a href=#text-node title="text node">text nodes</a> of <a href=#the-title-element>the <code>title</code> element</a>, in <a href=#tree-order>tree order</a>, as a plain literal, with the language information set from the <a href=#language>language</a> of <a href=#the-title-element>the <code>title</code> element</a>, if it is not unknown.
+
</dl></li>
<li>
Modified: index
===================================================================
--- index 2009-10-20 01:08:29 UTC (rev 4181)
+++ index 2009-10-20 01:13:18 UTC (rev 4182)
@@ -7048,8 +7048,8 @@
<li><p>Otherwise, let <var title="">value</var> be a concatenation
of the data of all the child <a href=#text-node title="text node">text
nodes</a> of <a href=#the-title-element>the <code>title</code> element</a>, in
- tree order, or the empty string if <a href=#the-title-element>the <code>title</code>
- element</a> is null.</li>
+ <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>
@@ -45123,7 +45123,8 @@
<dl class=triple><dt>subject <dd> <a href="#the-document's-current-address">the document's current address</a>
<dt>predicate <dd> <code title="">http://purl.org/dc/terms/title</code>
- <dt>object <dd> the <code>textContent</code> of <a href=#the-title-element>the <code>title</code> element</a>, as a plain literal, with the language information set from the <a href=#language>language</a> of <a href=#the-title-element>the <code>title</code> element</a>, if it is not unknown.
+ <dt>object <dd> the concatenation of the data of all the child <a href=#text-node title="text node">text nodes</a> of <a href=#the-title-element>the <code>title</code> element</a>, in <a href=#tree-order>tree order</a>, as a plain literal, with the language information set from the <a href=#language>language</a> of <a href=#the-title-element>the <code>title</code> element</a>, if it is not unknown.
+
</dl></li>
<li>
Modified: source
===================================================================
--- source 2009-10-20 01:08:29 UTC (rev 4181)
+++ source 2009-10-20 01:13:18 UTC (rev 4182)
@@ -7027,8 +7027,8 @@
<li><p>Otherwise, let <var title="">value</var> be a concatenation
of the data of all the child <span title="text node">text
nodes</span> of <span>the <code>title</code> element</span>, in
- tree order, or the empty string if <span>the <code>title</code>
- element</span> is null.</p></li>
+ <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
title="space character">space characters</span> in <var
@@ -53809,7 +53809,8 @@
<dl class="triple">
<dt>subject <dd> <span>the document's current address</span>
<dt>predicate <dd> <code title="">http://purl.org/dc/terms/title</code>
- <dt>object <dd> the <code>textContent</code> of <span>the <code>title</code> element</span>, as a plain literal, with the language information set from the <span>language</span> of <span>the <code>title</code> element</span>, if it is not unknown.
+ <dt>object <dd> the concatenation of the data of all the child <span title="text node">text nodes</span> of <span>the <code>title</code> element</span>, in <span>tree order</span>, as a plain literal, with the language information set from the <span>language</span> of <span>the <code>title</code> element</span>, if it is not unknown.
+
</dl>
</li>
More information about the Commit-Watchers
mailing list