html5/markup/elements track.html,1.2,1.3

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv9011/elements

Modified Files:
	track.html 
Log Message:
document the track element "default" attribute

Index: track.html
===================================================================
RCS file: /sources/public/html5/markup/elements/track.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- track.html	15 Dec 2010 08:01:03 -0000	1.2
+++ track.html	10 Jan 2011 13:33:43 -0000	1.3
@@ -1,10 +1,10 @@
 <div xmlns="http://www.w3.org/1999/xhtml">
   <h4>The track element</h4>
-  <div id="shortdesc" class="new">timed track</div>
+  <div id="shortdesc" class="new">supplementary media track</div>
   <div id="longdesc">
     <p>The
     <span class="element">track</span>
-    element enables external timed tracks such as subtitle tracks and
+    element enables supplementary media tracks such as subtitle tracks and
     caption tracks to be specified for
     <a href="#audio" class="element">audio</a>
     and
@@ -46,10 +46,6 @@
       <dd>The address of the timed track.</dd>
     </dl>
     <dl>
-      <dt id="track.attrs.charset">charset</dt>
-      <dd>The character encoding of the timed track.</dd>
-    </dl>
-    <dl>
       <dt id="track.attrs.srclang">srclang</dt>
       <dd>The language of the timed track.</dd>
     </dl>
@@ -57,6 +53,12 @@
       <dt id="track.attrs.label">label</dt>
       <dd>A user-readable title for the timed track.</dd>
     </dl>
+    <dl>
+      <dt id="track.attrs.default">default</dt>
+      <dd>Instructs the UA that the track is to be enabled if the user’s
+      preferences do not indicate that another track would be more
+      appropriate.</dd>
+    </dl>
   </div>
   <div id="dom-interface">HTMLTrackElement</div>
 </div>

Received on Monday, 10 January 2011 13:34:19 UTC