[html5] r3086 - [t] (0) Oops, forgot <video>'s poorer sibling.

whatwg at whatwg.org whatwg at whatwg.org
Mon May 11 14:42:55 PDT 2009


Author: ianh
Date: 2009-05-11 14:42:54 -0700 (Mon, 11 May 2009)
New Revision: 3086

Modified:
   index
   source
Log:
[t] (0) Oops, forgot <video>'s poorer sibling.

Modified: index
===================================================================
--- index	2009-05-11 10:30:17 UTC (rev 3085)
+++ index	2009-05-11 21:42:54 UTC (rev 3086)
@@ -40973,7 +40973,7 @@
 
    <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 < document.items.length; item += 1) {
@@ -41162,9 +41162,9 @@
    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
@@ -41265,9 +41265,9 @@
    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>
 

Modified: source
===================================================================
--- source	2009-05-11 10:30:17 UTC (rev 3085)
+++ source	2009-05-11 21:42:54 UTC (rev 3086)
@@ -46219,7 +46219,7 @@
 
    <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 < document.items.length; item += 1) {
@@ -46445,9 +46445,9 @@
    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
@@ -46568,9 +46568,9 @@
    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




More information about the Commit-Watchers mailing list