- From: CVS User ihickson <cvsmail@w3.org>
- Date: Thu, 24 Jan 2013 01:38:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv22793 Modified Files: Overview.html Log Message: Embrace the Encodings specification. (whatwg r7647) --- /sources/public/html5/webvtt/Overview.html 2013/01/03 23:38:03 1.60 +++ /sources/public/html5/webvtt/Overview.html 2013/01/24 01:38:53 1.61 @@ -1,6 +1,6 @@ <!DOCTYPE html><html lang=en-US-x-hixie><meta charset=ascii><title>WebVTT Standard</title><script> var loadTimer = new Date(); - var current_revision = "r" + "$Revision: 1.60 $".substr(11); + var current_revision = "r" + "$Revision: 1.61 $".substr(11); current_revision = current_revision.substr(0, current_revision.length - 2); var last_known_revision = current_revision; function getCookie(name) { @@ -122,7 +122,7 @@ <header class=head id=head><!-- the following line added by request of Ian Jacobs --><p class=logo><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <hgroup><h1 class="no-num no-toc">WebVTT</h1> - <h2 class="no-num no-toc">Living Standard — Last Updated 3 January 2013</h2> + <h2 class="no-num no-toc">Living Standard — Last Updated 24 January 2013</h2> </hgroup><dl><dt>Latest version:</dt> <dd><a href=http://dev.w3.org/html5/webvtt/>http://dev.w3.org/html5/webvtt/</a></dd> <dt>Participate:</dt> @@ -3501,8 +3501,7 @@ <dd><cite><a href=http://www.whatwg.org/specs/web-apps/current-work/>HTML</a></cite>, I. Hickson. WHATWG.</dd> <dt id=refsRFC3629>[RFC3629]</dt> - <dd><cite><a href=http://tools.ietf.org/html/rfc3629>UTF-8, a - transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd> + <dd><cite><a href=http://tools.ietf.org/html/rfc3629>UTF-8, a transformation format of ISO 10646</a></cite>, F. Yergeau. IETF.</dd> <dt id=refsSELECTORS>[SELECTORS]</dt> <dd><cite><a href=http://dev.w3.org/csswg/selectors4/>Selectors</a></cite>, E. Etemad, T. Çelik, D. Glazman, I. Hickson, P. Linss, J. Williams. W3C.</dd>
Received on Thursday, 24 January 2013 01:38:56 UTC