[html5] r7065 - [giow] (0) Define exact format for serializing timestamps. Affected topics: Vide [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 24 14:48:45 PDT 2012


Author: ianh
Date: 2012-04-24 14:48:45 -0700 (Tue, 24 Apr 2012)
New Revision: 7065

Modified:
   source
Log:
[giow] (0) Define exact format for serializing timestamps.
Affected topics: Video Text Tracks

Modified: source
===================================================================
--- source	2012-04-24 21:41:53 UTC (rev 7064)
+++ source	2012-04-24 21:48:45 UTC (rev 7065)
@@ -39232,7 +39232,7 @@
      <td><code>Text</code> node whose character data is the value of the <span>WebVTT Text Object</span>.
     <tr>
      <td><span>WebVTT Timestamp Object</span>
-     <td><code>ProcessingInstruction</code> node whose <code title="dom-ProcessingInstruction-target">target</code> is "<code title="">timestamp</code>" and whose <code title="dom-ProcessingInstruction-data">data</code> is a <span>WebVTT timestamp</span> representing the value of the <span>WebVTT Timestamp Object</span>, with all optional components included.
+     <td><code>ProcessingInstruction</code> node whose <code title="dom-ProcessingInstruction-target">target</code> is "<code title="">timestamp</code>" and whose <code title="dom-ProcessingInstruction-data">data</code> is a <span>WebVTT timestamp</span> representing the value of the <span>WebVTT Timestamp Object</span>, with all optional components included, with one leading zero if the <var title="">hours</var> component is less than ten, and with no leading zeros otherwise.
   </table>
 
   <p><code>HTMLElement</code> nodes created as part of the mapping




More information about the Commit-Watchers mailing list