- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Nov 2011 23:05:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory hutz:/tmp/cvs-serv3784 Modified Files: Overview.html Log Message: Prepare a WebVTT standard. Remove the WebVTT text from the HTML standard; refer to the WebVTT spec instead. Drop PeerConnection (moved to W3C WebRTC WG). Clean up some internal annotations (sorry, this affects a number of topics but is purely editorial). Fix some WebIDL issues flagged by recent updates to the WebIDL checker. (whatwg r6837) Index: Overview.html =================================================================== RCS file: /sources/public/html5/webvtt/Overview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Overview.html 28 Nov 2011 20:08:26 -0000 1.1 +++ Overview.html 28 Nov 2011 23:05:01 -0000 1.2 @@ -0,0 +1,3050 @@ +<!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$".substr(11); + current_revision = current_revision.substr(0, current_revision.length - 2); + var last_known_revision = current_revision; + function getCookie(name) { + var params = location.search.substr(1).split("&"); + for (var index = 0; index < params.length; index++) { + if (params[index] == name) + return "1"; + var data = params[index].split("="); [...3019 lines suppressed...] + + + <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> + + <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> + + </dl><h2 class=no-num id=acknowledgements>Acknowledgements</h2> + + <p>Thanks to the SubRip community, including in particular Zuggy and + ai4spam, for their work on the SubRip software program whose SRT + file format was used as the basis for the WebVTT text track file + format.</p> + + <p>Thanks to the many contributors to the HTML standard, where + WebVTT was originally specified. <a href=#refsHTML>[HTML]</a></p> + +
Received on Monday, 28 November 2011 23:05:08 UTC