- From: CVS User ihickson <cvsmail@w3.org>
- Date: Thu, 03 Jan 2013 23:38:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv23053 Modified Files: Overview.html Log Message: Introduce canvas 2d context's fillRule attribute (whatwg r7635) --- /sources/public/html5/webvtt/Overview.html 2012/12/18 18:55:56 1.59 +++ /sources/public/html5/webvtt/Overview.html 2013/01/03 23:38:03 1.60 @@ -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.59 $".substr(11); + var current_revision = "r" + "$Revision: 1.60 $".substr(11); current_revision = current_revision.substr(0, current_revision.length - 2); var last_known_revision = current_revision; function getCookie(name) { @@ -77,7 +77,7 @@ }, false); function load(script) { var e = document.createElement('script'); - e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script); document.body.appendChild(e); } </script><link href=http://www.whatwg.org/style/specification rel=stylesheet><link href=http://www.whatwg.org/images/icon rel=icon><style> @@ -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 18 December 2012</h2> + <h2 class="no-num no-toc">Living Standard — Last Updated 3 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>
Received on Thursday, 3 January 2013 23:38:05 UTC