html5/webvtt Overview.html,1.16,1.17

Update of /sources/public/html5/webvtt
In directory hutz:/tmp/cvs-serv10659

Modified Files:
	Overview.html 
Log Message:
Define exact format for serializing timestamps. (whatwg r7065)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/webvtt/Overview.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Overview.html	24 Apr 2012 21:41:55 -0000	1.16
+++ Overview.html	24 Apr 2012 21:48:47 -0000	1.17
@@ -2052,7 +2052,7 @@
     <tr><td><a href=#webvtt-text-object>WebVTT Text Object</a>
      <td><code>Text</code> node whose character data is the value of the <a href=#webvtt-text-object>WebVTT Text Object</a>.
     <tr><td><a href=#webvtt-timestamp-object>WebVTT Timestamp Object</a>
-     <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 <a href=#webvtt-timestamp>WebVTT timestamp</a> representing the value of the <a href=#webvtt-timestamp-object>WebVTT Timestamp Object</a>, 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 <a href=#webvtt-timestamp>WebVTT timestamp</a> representing the value of the <a href=#webvtt-timestamp-object>WebVTT Timestamp Object</a>, 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
   described above must have their <code title=dom-Node-namespaceURI>namespaceURI</code> set to the
   <a href=#html-namespace>HTML namespace</a>, and, if any classes apply to the

Received on Tuesday, 24 April 2012 21:48:52 UTC