- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Dec 2010 08:01:05 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv24885/elements
Modified Files:
track.html
Log Message:
document that track/@label must be non-empty
Index: track.html
===================================================================
RCS file: /sources/public/html5/markup/elements/track.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- track.html 15 Dec 2010 05:52:09 -0000 1.1
+++ track.html 15 Dec 2010 08:01:03 -0000 1.2
@@ -4,8 +4,8 @@
<div id="longdesc">
<p>The
<span class="element">track</span>
- element enables external timed tracks such as subtitles and captions to
- be specified for
+ element enables external timed tracks such as subtitle tracks and
+ caption tracks to be specified for
<a href="#audio" class="element">audio</a>
and
<a href="#video" class="element">video</a>
Received on Wednesday, 15 December 2010 08:01:07 UTC