Skip to content

Commit

Permalink
[t] (0) Oops, forgot <video>'s poorer sibling.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3086 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 11, 2009
1 parent 4d505aa commit a4fc2ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -40973,7 +40973,7 @@ if (!colors) {

<p>This example creates a big list with a nested list for each item
on the page, each with of all the property names used in that
item./p&gt;
item.</p>

<pre>var outer = document.createElement('ul');
for (var item = 0; item &lt; document.items.length; item += 1) {
Expand Down Expand Up @@ -41162,9 +41162,9 @@ document.body.appendChild(outer);</pre>
string if there is no such attribute.</dd>


<dt>If the element is an <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>
<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>

<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 @@ -41265,9 +41265,9 @@ document.body.appendChild(outer);</pre>
attribute.</dd>


<dt>If the element is an <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>
<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>

<dd><p>The attribute must act as it would if it was <a href=#reflect title=reflect>reflecting</a> the element's <code title="">src</code> content attribute.</dd>

Expand Down
14 changes: 7 additions & 7 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -46219,7 +46219,7 @@ if (!colors) {

<p>This example creates a big list with a nested list for each item
on the page, each with of all the property names used in that
item./p>
item.</p>

<pre>var outer = document.createElement('ul');
for (var item = 0; item &lt; document.items.length; item += 1) {
Expand Down Expand Up @@ -46445,9 +46445,9 @@ document.body.appendChild(outer);</pre>
string if there is no such attribute.</p></dd>


<dt>If the element is an <code>embed</code>, <code>iframe</code>,
<code>img</code>, <code>source</code>, or <code>video</code>
element</dt>
<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>

<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 @@ -46568,9 +46568,9 @@ document.body.appendChild(outer);</pre>
attribute.</p></dd>


<dt>If the element is an <code>embed</code>, <code>iframe</code>,
<code>img</code>, <code>source</code>, or <code>video</code>
element</dt>
<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>

<dd><p>The attribute must act as it would if it was <span
title="reflect">reflecting</span> the element's <code
Expand Down

0 comments on commit a4fc2ca

Please sign in to comment.