- From: poot <cvsmail@w3.org>
- Date: Tue, 11 Jan 2011 21:44:27 -0500
- To: public-html-diffs@w3.org
hixie: Change 'timed track' to 'text track' since 'track' rather implies the 'timed' component already and 'text' is the important part of the concept. Also, this fits in better with the WebVTT name. WARNING: This is bound to have caused all kinds of mistakes; please file bugs for such editorial issues. Thanks. (whatwg r5723) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4585&r2=1.4586&f=h http://html5.org/tools/web-apps-tracker?from=5722&to=5723 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4585 retrieving revision 1.4586 diff -u -d -r1.4585 -r1.4586 --- Overview.html 25 Dec 2010 06:42:58 -0000 1.4585 +++ Overview.html 25 Dec 2010 06:56:48 -0000 1.4586 @@ -813,12 +813,12 @@ <li><a href="#the-ready-states"><span class="secno">4.8.10.7 </span>The ready states</a></li> <li><a href="#playing-the-media-resource"><span class="secno">4.8.10.8 </span>Playing the media resource</a></li> <li><a href="#seeking"><span class="secno">4.8.10.9 </span>Seeking</a></li> - <li><a href="#text-timed-tracks"><span class="secno">4.8.10.10 </span>Text timed tracks</a> + <li><a href="#timed-text-tracks"><span class="secno">4.8.10.10 </span>Timed text tracks</a> <ol> - <li><a href="#timed-track-model"><span class="secno">4.8.10.10.1 </span>Timed track model</a></li> - <li><a href="#sourcing-in-band-timed-tracks"><span class="secno">4.8.10.10.2 </span>Sourcing in-band timed tracks</a></li> - <li><a href="#sourcing-out-of-band-timed-tracks"><span class="secno">4.8.10.10.3 </span>Sourcing out-of-band timed tracks</a></li> - <li><a href="#timed-track-api"><span class="secno">4.8.10.10.4 </span>Timed track API</a></li> + <li><a href="#text-track-model"><span class="secno">4.8.10.10.1 </span>Text track model</a></li> [...2551 lines suppressed...] <tr><th> <code title="">defer</code> <td> <code title="attr-script-defer"><a href="#attr-script-defer">script</a></code> @@ -69132,7 +69130,7 @@ <!--KEEP-END w3c-html--><!--TT--> <tr><th> <code title="">kind</code> <td> <code title="attr-track-kind"><a href="#attr-track-kind">track</a></code> - <td> The type of timed track + <td> The type of text track <td> "<code title="attr-track-kind-subtitles"><a href="#attr-track-kind-subtitles">subtitles</a></code>"; "<code title="attr-track-kind-captions"><a href="#attr-track-kind-captions">captions</a></code>"; "<code title="attr-track-kind-descriptions"><a href="#attr-track-kind-descriptions">descriptions</a></code>"; @@ -69382,7 +69380,7 @@ <!--KEEP-END w3c-html--><!--TT--> <tr><th> <code title="">srclang</code> <td> <code title="attr-track-srclang"><a href="#attr-track-srclang">track</a></code> - <td> Language of the timed track + <td> Language of the text track <td> Valid BCP 47 language tag <!--KEEP-START w3c-html--><!--TT--> <tr><th> <code title="">start</code>
Received on Wednesday, 12 January 2011 02:44:30 UTC