html5/spec Overview.html,1.4509,1.4510

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8917

Modified Files:
	Overview.html 
Log Message:
Add timed track stuff to W3C HTML5 spec, per request from chairs (edits reviewed by mjs) (whatwg r5634)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4509
retrieving revision 1.4510
diff -u -d -r1.4509 -r1.4510
--- Overview.html	14 Oct 2010 10:19:59 -0000	1.4509
+++ Overview.html	14 Oct 2010 22:31:55 -0000	1.4510
@@ -738,34 +738,44 @@
      <li><a href="#video"><span class="secno">4.8.6 </span>The <code>video</code> element</a></li>
      <li><a href="#audio"><span class="secno">4.8.7 </span>The <code>audio</code> element</a></li>
      <li><a href="#the-source-element"><span class="secno">4.8.8 </span>The <code>source</code> element</a></li>
-     <li><a href="#media-elements"><span class="secno">4.8.9 </span>Media elements</a>
+     <li><a href="#the-track-element"><span class="secno">4.8.9 </span>The <code>track</code> element</a></li>
+     <li><a href="#media-elements"><span class="secno">4.8.10 </span>Media elements</a>
       <ol>
-       <li><a href="#error-codes"><span class="secno">4.8.9.1 </span>Error codes</a></li>
-       <li><a href="#location-of-the-media-resource"><span class="secno">4.8.9.2 </span>Location of the media resource</a></li>
-       <li><a href="#mime-types"><span class="secno">4.8.9.3 </span>MIME types</a></li>
-       <li><a href="#network-states"><span class="secno">4.8.9.4 </span>Network states</a></li>
[...3293 lines suppressed...]
     <tr><td> <code><a href="#the-tr-element">tr</a></code>
      <td> <code><a href="#htmltablerowelement">HTMLTableRowElement</a></code> : <code><a href="#htmlelement">HTMLElement</a></code>
 
+<!--KEEP-END w3c-html--><!--TT-->
+    <tr><td> <code><a href="#the-track-element">track</a></code>
+     <td> <code><a href="#htmltrackelement">HTMLTrackElement</a></code> : <code><a href="#htmlelement">HTMLElement</a></code>
+<!--KEEP-START w3c-html--><!--TT-->
 
     <tr><td> <code><a href="#the-ul-element">ul</a></code>
      <td> <code><a href="#htmlulistelement">HTMLUListElement</a></code> : <code><a href="#htmlelement">HTMLElement</a></code>
@@ -68490,6 +71237,9 @@
    <dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User
    Interface Module</a></cite>, T. &Ccedil;elik. W3C.</dd>
 
+   <dt id="refsCSSVALUES">[CSSVALUES]</dt>
+   <dd><cite><a href="http://dev.w3.org/csswg/css3-values/">CSS3 Values and Units</a></cite>, H. Lie, C. Lilley. W3C.</dd>
+
    <dt id="refsDOMCORE">[DOMCORE]</dt>
    <dd><cite><a href="http://www.w3.org/TR/DOM-Level-3-Core/">Document
    Object Model (DOM) Level 3 Core Specification</a></cite>, A. Le

Received on Thursday, 14 October 2010 22:32:00 UTC