- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 01:00:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8277
Modified Files:
Overview.html
Log Message:
RDF processing: be consistent about what <title> the document has. (whatwg r4182)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3328
retrieving revision 1.3329
diff -u -d -r1.3328 -r1.3329
--- Overview.html 20 Oct 2009 00:56:00 -0000 1.3328
+++ Overview.html 20 Oct 2009 01:00:49 -0000 1.3329
@@ -6379,8 +6379,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>
@@ -40305,7 +40305,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>
Received on Tuesday, 20 October 2009 01:00:56 UTC