- From: poot <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 10:01:02 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: RDF processing: be consistent about what <title> the document has. (whatwg r4182) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3328&r2=1.3329&f=h http://html5.org/tools/web-apps-tracker?from=4181&to=4182 =================================================================== 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:01:31 UTC