- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Oct 2010 08:05:47 +0900 (JST)
- To: public-html-diffs@w3.org
microdata; hixie: Microdata: <track itemprop> gets its data from src,
not the contents. (whatwg r5577)
http://dev.w3.org/cvsweb/html5/md/Overview.html?r1=1.92&r2=1.93&f=h
http://html5.org/tools/web-apps-tracker?from=5576&to=5577
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- Overview.html 30 Sep 2010 23:07:56 -0000 1.92
+++ Overview.html 4 Oct 2010 23:05:34 -0000 1.93
@@ -316,7 +316,7 @@
<h1>HTML Microdata</h1>
<h2 class="no-num no-toc" id="generatedID"></h2>
- <h2 class="no-num no-toc" id="editor-s-draft-30-september-2010">Editor's Draft 30 September 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-4-october-2010">Editor's Draft 4 October 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/microdata/">http://www.w3.org/TR/microdata/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -410,7 +410,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 30 September 2010 Editor's Draft.
+ This specification is the 4 October 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!--YYY BOILERPLATE middle-w3c-html-module-status--><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -1228,8 +1228,8 @@
<dt>If the element is an <code>audio</code>, <code>embed</code>,
- <code>iframe</code>, <code>img</code>, <code>source</code>, or
- <code>video</code> element</dt>
+ <code>iframe</code>, <code>img</code>, <code>source</code>,
+ <code>track</code>, or <code>video</code> element</dt>
<dd><p>The value is the <a href="#absolute-url">absolute URL</a> that results from
<a href="#resolve-a-url" title="resolve a url">resolving</a> the value of the
@@ -1273,8 +1273,8 @@
</dl><p>The <dfn id="url-property-elements">URL property elements</dfn> are the <code>a</code>,
<code>area</code>, <code>audio</code>, <code>embed</code>,
<code>iframe</code>, <code>img</code>, <code>link</code>,
- <code>object</code>, <code>source</code>, and <code>video</code>
- elements.<p>If a property's <a href="#concept-property-value" title="concept-property-value">value</a>
+ <code>object</code>, <code>source</code>, <code>track</code>, and
+ <code>video</code> elements.<p>If a property's <a href="#concept-property-value" title="concept-property-value">value</a>
is an <a href="#absolute-url">absolute URL</a>, the property must be specified
using a <a href="#url-property-elements" title="URL property elements">URL property
element</a>.<p>If a property's <a href="#concept-property-value" title="concept-property-value">value</a>
Received on Monday, 4 October 2010 23:06:16 UTC