- From: CVS User pjgenste <cvsmail@w3.org>
- Date: Tue, 28 Jan 2014 08:07:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/webvtt In directory roscoe:/tmp/cvs-serv17045 Modified Files: Overview.html Log Message: Sync WebVTT with Git commit b46cb0f46a28304c9bb8372d69d1f8f4d862d67f --- /sources/public/html5/webvtt/Overview.html 2014/01/28 07:43:43 1.95 +++ /sources/public/html5/webvtt/Overview.html 2014/01/28 08:07:39 1.96 @@ -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-28T07:43:38.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-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> <dl> @@ -5320,7 +5320,7 @@ <p>The following interface is used to expose WebVTT regions in the DOM API:</p> <pre class="idl_whatwg">[Constructor] -interface <dfn id="dfn-vttregion">VTTRegion</dfn> : EventTarget { +interface <dfn id="dfn-vttregion">VTTRegion</dfn> { readonly attribute TextTrack? <a title="dom-VTTRegion-track" href="#dfn-dom-vttregion-track" class="internalDFN">track</a>; attribute DOMString <a title="dom-VTTRegion-id" href="#dfn-dom-vttregion-id" class="internalDFN">id</a>; attribute double <a title="dom-VTTRegion-width" href="#dfn-dom-vttregion-width" class="internalDFN">width</a>; @@ -5451,7 +5451,7 @@ <section id="vttregionlist-interface"> <h3 aria-level="2" role="heading" id="h3_vttregionlist-interface"><span class="secno">7.4 </span>VTTRegionList interface</h3> - <pre class="idl_whatwg">interface <dfn id="dfn-vttregionlist">VTTRegionList</dfn> : EventTarget { + <pre class="idl_whatwg">interface <dfn id="dfn-vttregionlist">VTTRegionList</dfn> { readonly attribute unsigned long <a title="dom-VTTRegionList-length" href="#dfn-dom-vttregionlist-length" class="internalDFN">length</a>; getter <a title="dom-VTTRegion" href="#dfn-dom-vttregion" class="internalDFN">VTTRegion</a> (unsigned long index); <a href="#dfn-vttregion" class="internalDFN">VTTRegion</a>? <a title="dom-VTTRegionList-getRegionById" href="#dfn-dom-vttregionlist-getregionbyid" class="internalDFN">getRegionById</a>(DOMString id); @@ -5652,6 +5652,7 @@ Lawrence Forooghian, Ralph Giles, Loretta Guarino Reid, + Kyle Huey, Anne van Kesteren, Glenn Maynard, Ronny Mennerich,
Received on Tuesday, 28 January 2014 08:07:41 UTC