- From: poot <cvsmail@w3.org>
- Date: Wed, 7 Oct 2009 17:35:45 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Index of elements. Thanks to Ms2ger for the help with this.
(whatwg r4092)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3250&r2=1.3251&f=h
http://html5.org/tools/web-apps-tracker?from=4091&to=4092
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3250
retrieving revision 1.3251
diff -u -d -r1.3250 -r1.3251
--- Overview.html 6 Oct 2009 09:52:57 -0000 1.3250
+++ Overview.html 7 Oct 2009 08:35:28 -0000 1.3251
@@ -215,7 +215,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 25 August 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-6-october-2009">Editor's Draft 6 October 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-7-october-2009">Editor's Draft 7 October 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!--
<dt>This Version:</dt>
@@ -317,7 +317,7 @@
track.
<!--ZZZ:-->
[...1072 lines suppressed...]
+ <a href="#phrasing-content" title="Phrasing content">phrasing</a>;
+ <a href="#embedded-content" title="Embedded content">embedded</a>;
+ <a href="#interactive-content" title="Interactive content">interactive</a></td>
+ <td><a href="#phrasing-content" title="Phrasing content">phrasing</a></td>
+ <td><code><a href="#the-source-element">source</a></code>*;
+ <a href="#transparent">transparent</a>*</td>
+ <td><a href="#global-attributes" title="global attributes">globals</a>;
+ <code title="attr-media-src"><a href="#attr-media-src">src</a></code>;
+ <code title="attr-video-poster"><a href="#attr-video-poster">poster</a></code>;
+ <code title="attr-media-autobuffer"><a href="#attr-media-autobuffer">autobuffer</a></code>;
+ <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code>;
+ <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code>;
+ <code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code>;
+ <code title="attr-dim-width"><a href="#attr-dim-width">width</a></code>;
+ <code title="attr-dim-height"><a href="#attr-dim-height">height</a></code></td>
+ <td><code><a href="#htmlvideoelement">HTMLVideoElement</a></code></td>
+ </table><p>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.<hr><table><caption>List of attributes</caption>
<thead><tr><th> Attribute
<th> Element(s)
<th> Description
Received on Wednesday, 7 October 2009 08:36:17 UTC