- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 May 2009 21:41:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23462 Modified Files: Overview.html Log Message: Oops, forgot <video>'s poorer sibling. (whatwg r3086) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2243 retrieving revision 1.2244 diff -u -d -r1.2243 -r1.2244 --- Overview.html 11 May 2009 10:29:14 -0000 1.2243 +++ Overview.html 11 May 2009 21:41:46 -0000 1.2244 @@ -36505,7 +36505,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) { @@ -36642,9 +36642,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 @@ -36743,9 +36743,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>
Received on Monday, 11 May 2009 21:41:57 UTC