Fixed up mark-up errors. Added patent policy link.
authorAdrian Bateman <adrianba@microsoft.com>
Tue, 18 Dec 2012 06:59:31 -0800
changeset 54 9ac9d0800be8
parent 53 5d8755a5d2f1
child 55 7176347ca1ee
Fixed up mark-up errors. Added patent policy link.
media-source/media-source-respec.html
media-source/media-source.html
--- a/media-source/media-source-respec.html	Mon Dec 17 22:24:33 2012 -0800
+++ b/media-source/media-source-respec.html	Tue Dec 18 06:59:31 2012 -0800
@@ -1,4 +1,4 @@
-<!DOCTYPE html SYSTEM "about:legacy-compat">
+<!DOCTYPE html SYSTEM "about:legacy-compat">
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -44,7 +44,7 @@
       // This is important for Rec-track documents, do not copy a patent URI from a random
       // document unless you know what you're doing. If in doubt ask your friendly neighbourhood
       // Team Contact.
-      wgPatentURI:  "",
+      wgPatentURI: "http://www.w3.org/2004/01/pp-impl/40318/status",
 
       noIDLIn: true,
 
@@ -150,13 +150,13 @@
           <dd><p>A unit of compressed media data that has a presentation timestamp and  decode timestamp. The presentation timestamp indicates when the frame should be rendered. The decode timestamp indicates when the frame needs to be decoded. If frames can be decoded out of order, then the decode timestamp must be present in the bytestream. If frames cannot be decoded out of order and a decode timestamp is not present in the bytestream, then the decode timestamp is equal to the presentation timestamp.</p></dd>
 
           <dt id="parent-media-source">Parent Media Source</dt>
-          <dd>The parent media source of a <a>SourceBuffer</a> object is the <a>MediaSource</a> object that created it.</p>
+          <dd>The parent media source of a <a>SourceBuffer</a> object is the <a>MediaSource</a> object that created it.</dd>
 
           <dt id="append-sequence">Append Sequence</dt>
           <dd>A series of <a def-id="append"></a> calls on a <a>SourceBuffer</a> without any intervening <a def-id="abort"></a> calls. The
           <a def-id="media-segments"></a> in an append sequence must be adjacent and monotonically increasing in time without any gaps. An
           <a def-id="abort"></a> call starts a new append sequence which allows <a def-id="media-segments"></a> to be appended in non-monotonically
-          increasing order.</p>
+          increasing order.</dd>
         </dl>
       </section>
     </section>
@@ -1131,7 +1131,7 @@
             </li>
           </ol>
         </li>
-        <li>The following rules apply to all <a def-id="media-segments"></a> within a byte stream:</a>
+        <li>The following rules apply to all <a def-id="media-segments"></a> within a byte stream:
           <ol>
             <li>All timestamps must be mapped to the same presentation timeline.</li>
 	    <li>Segments must start with a <a def-id="random-access-point"></a> to facilitate seamless splicing at the segment boundary.</li>
--- a/media-source/media-source.html	Mon Dec 17 22:24:33 2012 -0800
+++ b/media-source/media-source.html	Tue Dec 18 06:59:31 2012 -0800
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html>
 <html lang="en" dir="ltr">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -397,7 +397,7 @@
   </p>
   <h1 class="title" id="title">Media Source Extensions</h1>
   
-  <h2 id="w3c-editor-s-draft-14-december-2012"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft 14 December 2012</h2>
+  <h2 id="w3c-editor-s-draft-18-december-2012"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft 18 December 2012</h2>
   <dl>
     
       <dt>This version:</dt>
@@ -491,7 +491,7 @@
           
           
             
-              <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="" rel="disclosure">public list of any patent disclosures</a> 
+              <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/40318/status" rel="disclosure">public list of any patent disclosures</a> 
             
             made in connection with the deliverables of the group; that page also includes instructions for 
             disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains
@@ -570,14 +570,14 @@
           <dd><p>A unit of compressed media data that has a presentation timestamp and  decode timestamp. The presentation timestamp indicates when the frame should be rendered. The decode timestamp indicates when the frame needs to be decoded. If frames can be decoded out of order, then the decode timestamp must be present in the bytestream. If frames cannot be decoded out of order and a decode timestamp is not present in the bytestream, then the decode timestamp is equal to the presentation timestamp.</p></dd>
 
           <dt id="parent-media-source">Parent Media Source</dt>
-          <dd>The parent media source of a <a href="#idl-def-SourceBuffer" class="idlType"><code>SourceBuffer</code></a> object is the <a href="#idl-def-MediaSource" class="idlType"><code>MediaSource</code></a> object that created it.<p></p>
+          <dd>The parent media source of a <a href="#idl-def-SourceBuffer" class="idlType"><code>SourceBuffer</code></a> object is the <a href="#idl-def-MediaSource" class="idlType"><code>MediaSource</code></a> object that created it.</dd>
 
-          </dd><dt id="append-sequence">Append Sequence</dt>
+          <dt id="append-sequence">Append Sequence</dt>
           <dd>A series of <code><a href="#widl-SourceBuffer-append-void-Uint8Array-data">append()</a></code> calls on a <a href="#idl-def-SourceBuffer" class="idlType"><code>SourceBuffer</code></a> without any intervening <code><a href="#widl-SourceBuffer-abort-void">abort()</a></code> calls. The
           <a href="#media-segment">media segments</a> in an append sequence must be adjacent and monotonically increasing in time without any gaps. An
           <code><a href="#widl-SourceBuffer-abort-void">abort()</a></code> call starts a new append sequence which allows <a href="#media-segment">media segments</a> to be appended in non-monotonically
-          increasing order.<p></p>
-        </dd></dl>
+          increasing order.</dd>
+        </dl>
       </section>
     </section>
 
@@ -1920,4 +1920,4 @@
     </section>
   
 
-</body></html>
+</body></html>
\ No newline at end of file