- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Fri, 24 Jan 2014 12:56:15 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt
In directory roscoe:/tmp/cvs-serv19145
Modified Files:
Overview.html
Log Message:
Sync WebVTT with Git commit 92782093750c143a763f5bd187e5014ffebbbf79
--- /sources/public/html5/webvtt/Overview.html 2014/01/23 13:27:36 1.81
+++ /sources/public/html5/webvtt/Overview.html 2014/01/24 12:56:15 1.82
@@ -276,7 +276,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-23T13:27:30.000Z" id="draft-community-group-specification-23-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-23">23 January 2014</time></h2>
+ <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-01-24T12:56:10.000Z" id="draft-community-group-specification-24-january-2014">Draft Community Group Specification <time class="dt-published" datetime="2014-01-24">24 January 2014</time></h2>
<dl>
@@ -5304,7 +5304,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">interface <a href="#dfn-texttrack" class="internalDFN">TextTrack</a> : EventTarget {
+ <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>;
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);
Received on Friday, 24 January 2014 12:56:20 UTC