[html5] r5577 - [agiowt] (1) Microdata: <track itemprop> gets its data from src, not the content [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 4 16:05:32 PDT 2010
Author: ianh
Date: 2010-10-04 16:05:30 -0700 (Mon, 04 Oct 2010)
New Revision: 5577
Modified:
complete.html
index
source
Log:
[agiowt] (1) Microdata: <track itemprop> gets its data from src, not the contents.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10937
Modified: complete.html
===================================================================
--- complete.html 2010-10-04 22:50:08 UTC (rev 5576)
+++ complete.html 2010-10-04 23:05:30 UTC (rev 5577)
@@ -54313,8 +54313,8 @@
<dt>If the element is an <code><a href=#audio>audio</a></code>, <code><a href=#the-embed-element>embed</a></code>,
- <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-source-element>source</a></code>, or
- <code><a href=#video>video</a></code> element</dt>
+ <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-source-element>source</a></code>,
+ <code><a href=#the-track-element>track</a></code>, or <code><a href=#video>video</a></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
@@ -54358,8 +54358,8 @@
</dl><p>The <dfn id=url-property-elements>URL property elements</dfn> are the <code><a href=#the-a-element>a</a></code>,
<code><a href=#the-area-element>area</a></code>, <code><a href=#audio>audio</a></code>, <code><a href=#the-embed-element>embed</a></code>,
<code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-link-element>link</a></code>,
- <code><a href=#the-object-element>object</a></code>, <code><a href=#the-source-element>source</a></code>, and <code><a href=#video>video</a></code>
- elements.</p>
+ <code><a href=#the-object-element>object</a></code>, <code><a href=#the-source-element>source</a></code>, <code><a href=#the-track-element>track</a></code>, and
+ <code><a href=#video>video</a></code> elements.</p>
<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
Modified: index
===================================================================
--- index 2010-10-04 22:50:08 UTC (rev 5576)
+++ index 2010-10-04 23:05:30 UTC (rev 5577)
@@ -54293,8 +54293,8 @@
<dt>If the element is an <code><a href=#audio>audio</a></code>, <code><a href=#the-embed-element>embed</a></code>,
- <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-source-element>source</a></code>, or
- <code><a href=#video>video</a></code> element</dt>
+ <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-source-element>source</a></code>,
+ <code><a href=#the-track-element>track</a></code>, or <code><a href=#video>video</a></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
@@ -54338,8 +54338,8 @@
</dl><p>The <dfn id=url-property-elements>URL property elements</dfn> are the <code><a href=#the-a-element>a</a></code>,
<code><a href=#the-area-element>area</a></code>, <code><a href=#audio>audio</a></code>, <code><a href=#the-embed-element>embed</a></code>,
<code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-link-element>link</a></code>,
- <code><a href=#the-object-element>object</a></code>, <code><a href=#the-source-element>source</a></code>, and <code><a href=#video>video</a></code>
- elements.</p>
+ <code><a href=#the-object-element>object</a></code>, <code><a href=#the-source-element>source</a></code>, <code><a href=#the-track-element>track</a></code>, and
+ <code><a href=#video>video</a></code> elements.</p>
<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
Modified: source
===================================================================
--- source 2010-10-04 22:50:08 UTC (rev 5576)
+++ source 2010-10-04 23:05:30 UTC (rev 5577)
@@ -60853,8 +60853,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 <span>absolute URL</span> that results from
<span title="resolve a url">resolving</span> the value of the
@@ -60902,8 +60902,8 @@
<p>The <dfn>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>
+ <code>object</code>, <code>source</code>, <code>track</code>, and
+ <code>video</code> elements.</p>
<p>If a property's <span title="concept-property-value">value</span>
is an <span>absolute URL</span>, the property must be specified
More information about the Commit-Watchers
mailing list