- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Wed, 29 Jan 2014 00:13:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv17909 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit f46ef85aaa78dcda002b536b8024662396281ae5 --- /sources/public/html5/webvtt/Overview.html 2014/01/28 08:07:39 1.96 +++ /sources/public/html5/webvtt/Overview.html 2014/01/29 00:13:12 1.97 @@ -287,7 +287,7 @@ </p> <h1 class="title p-name" id="title" property="dcterms:title">WebVTT: The Web Video Text Tracks Format</h1> - <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-28T08:07:33.000Z" id="draft-community-group-specification-28-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-28">28 January 2014</time></h2> + <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-29T00:13:07.000Z" id="draft-community-group-specification-29-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-29">29 January 2014</time></h2> <dl> @@ -5268,7 +5268,7 @@ <p>The following attribute and methods are introduced into the <a href="#dfn-texttrack" class="internalDFN">TextTrack</a> object:</p> <pre class="idl_whatwg">partial interface <a href="#dfn-texttrack" class="internalDFN">TextTrack</a> { - attribute VTTRegionList? <a title="dom-TextTrack-regions" href="#dfn-dom-texttrack-regions" class="internalDFN">regions</a>; + readonly attribute <a href="#dfn-vttregionlist" class="internalDFN">VTTRegionList</a>? <a title="dom-TextTrack-regions" href="#dfn-dom-texttrack-regions" class="internalDFN">regions</a>; void <a title="dom-TextTrack-addRegion" href="#dfn-dom-texttrack-addregion" class="internalDFN">addRegion</a>(<a href="#dfn-vttregion" class="internalDFN">VTTRegion</a> region); void <a title="dom-TextTrack-removeRegion" href="#dfn-dom-texttrack-removeregion" class="internalDFN">removeRegion</a>(<a href="#dfn-vttregion" class="internalDFN">VTTRegion</a> region); };</pre>
Received on Wednesday, 29 January 2014 00:13:13 UTC