Skip to content

Commit

Permalink
[agiowt] (1) Microdata: <track itemprop> gets its data from src, not …
Browse files Browse the repository at this point in the history
…the contents.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10937

git-svn-id: http://svn.whatwg.org/webapps@5577 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2010
1 parent 282549f commit 3939adc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -54313,8 +54313,8 @@ <h4 id=values><span class=secno>5.2.4 </span>Values</h4>


<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
Expand Down Expand Up @@ -54358,8 +54358,8 @@ <h4 id=values><span class=secno>5.2.4 </span>Values</h4>
</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
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -54293,8 +54293,8 @@ document.body.appendChild(outer);</pre>


<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
Expand Down Expand Up @@ -54338,8 +54338,8 @@ document.body.appendChild(outer);</pre>
</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
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -60853,8 +60853,8 @@ document.body.appendChild(outer);</pre>


<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
Expand Down Expand Up @@ -60902,8 +60902,8 @@ document.body.appendChild(outer);</pre>
<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
Expand Down

0 comments on commit 3939adc

Please sign in to comment.