- From: poot <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 09:11:42 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Disallow nesting <video> and <audio> since the fallback is specifically for UAs that don't support <video> or <audio>. (whatwg r3488) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2686&r2=1.2687&f=h http://html5.org/tools/web-apps-tracker?from=3487&to=3488 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2686 retrieving revision 1.2687 diff -u -d -r1.2686 -r1.2687 --- Overview.html 28 Jul 2009 23:57:38 -0000 1.2686 +++ Overview.html 29 Jul 2009 00:11:22 -0000 1.2687 @@ -175,7 +175,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 28 July 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 29 July 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -273,7 +273,7 @@ track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 28 July 2009 Editor's Draft. + This specification is the 29 July 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -17156,8 +17156,8 @@ <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="#embedded-content-2">embedded content</a> is expected.</dd> <dt>Content model:</dt> - <dd>If the element has a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: <a href="#transparent">transparent</a>.</dd> - <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: one or more <code><a href="#the-source-element">source</a></code> elements, then, <a href="#transparent">transparent</a>.</dd> + <dd>If the element has a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: <a href="#transparent">transparent</a>, but with no <a href="#media-element">media element</a> descendants.</dd> + <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: one or more <code><a href="#the-source-element">source</a></code> elements, then, <a href="#transparent">transparent</a>, but with no <a href="#media-element">media element</a> descendants.</dd> <dt>Content attributes:</dt> <dd><a href="#global-attributes">Global attributes</a></dd> <dd><code title="attr-media-src"><a href="#attr-media-src">src</a></code></dd> @@ -17374,8 +17374,8 @@ <dt>Contexts in which this element may be used:</dt> <dd>Where <a href="#embedded-content-2">embedded content</a> is expected.</dd> <dt>Content model:</dt> - <dd>If the element has a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: <a href="#transparent">transparent</a>.</dd> - <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: one or more <code><a href="#the-source-element">source</a></code> elements, then, <a href="#transparent">transparent</a>.</dd> + <dd>If the element has a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: <a href="#transparent">transparent</a>, but with no <a href="#media-element">media element</a> descendants.</dd> + <dd>If the element does not have a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute: one or more <code><a href="#the-source-element">source</a></code> elements, then, <a href="#transparent">transparent</a>, but with no <a href="#media-element">media element</a> descendants.</dd> <dt>Content attributes:</dt> <dd><a href="#global-attributes">Global attributes</a></dd> <dd><code title="attr-media-src"><a href="#attr-media-src">src</a></code></dd>
Received on Wednesday, 29 July 2009 00:12:19 UTC