[html5] r5948 - [e] (0) update section heading depth. One day I'll probably change all this to u [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Mar 14 12:16:34 PDT 2011


Author: ianh
Date: 2011-03-14 12:16:32 -0700 (Mon, 14 Mar 2011)
New Revision: 5948

Modified:
   complete.html
   index
   source
Log:
[e] (0) update section heading depth. One day I'll probably change all this to use <section> and <h1>...

Modified: complete.html
===================================================================
--- complete.html	2011-03-14 18:53:41 UTC (rev 5947)
+++ complete.html	2011-03-14 19:16:32 UTC (rev 5948)
@@ -1004,14 +1004,13 @@
    <li><a href=#editing-apis><span class=secno>8.9 </span>Editing APIs</a></ol></li>
  <li><a href=#video-conferencing-and-peer-to-peer-communication><span class=secno>9 </span>Video conferencing and peer-to-peer communication</a>
   <ol>
-   <li><a href=#introduction-8><span class=secno>9.1 </span>Introduction</a>
-    <ol>
-     <li><a href=#obtaining-local-multimedia-content><span class=secno>9.1.1 </span>Obtaining local multimedia content</a></li>
-     <li><a href=#stream-api><span class=secno>9.1.2 </span>Stream API</a></li>
-     <li><a href=#peer-to-peer-connections><span class=secno>9.1.3 </span>Peer-to-peer connections</a></li>
-     <li><a href=#the-data-stream><span class=secno>9.1.4 </span>The data stream</a></li>
-     <li><a href=#event-definitions-0><span class=secno>9.1.5 </span>Event definitions</a></li>
-     <li><a href=#event-summary><span class=secno>9.1.6 </span>Event Summary</a></ol></ol></li>
+   <li><a href=#introduction-8><span class=secno>9.1 </span>Introduction</a></li>
+   <li><a href=#obtaining-local-multimedia-content><span class=secno>9.2 </span>Obtaining local multimedia content</a></li>
+   <li><a href=#stream-api><span class=secno>9.3 </span>Stream API</a></li>
+   <li><a href=#peer-to-peer-connections><span class=secno>9.4 </span>Peer-to-peer connections</a></li>
+   <li><a href=#the-data-stream><span class=secno>9.5 </span>The data stream</a></li>
+   <li><a href=#event-definitions-0><span class=secno>9.6 </span>Event definitions</a></li>
+   <li><a href=#event-summary><span class=secno>9.7 </span>Event Summary</a></ol></li>
  <li><a href=#workers><span class=secno>10 </span>Web workers</a>
   <ol>
    <li><a href=#introduction-9><span class=secno>10.1 </span>Introduction</a>
@@ -71007,7 +71006,7 @@
   </ul><p>This section defines the APIs used for these features.</p>
 
 
-  <h4 id=obtaining-local-multimedia-content><span class=secno>9.1.1 </span>Obtaining local multimedia content</h4>
+  <h3 id=obtaining-local-multimedia-content><span class=secno>9.2 </span>Obtaining local multimedia content</h3>
 
   <pre class=idl>[Supplemental, NoInterfaceObject]
 interface <dfn id=navigatorusermedia>NavigatorUserMedia</dfn> {
@@ -71212,7 +71211,7 @@
 
 
 
-  <h4 id=stream-api><span class=secno>9.1.2 </span>Stream API</h4>
+  <h3 id=stream-api><span class=secno>9.3 </span>Stream API</h3>
 
   <p>The <code><a href=#stream>Stream</a></code> interface is used to represent streams,
   typically (but not necessarily) of audio and/or video content, e.g.
@@ -71701,7 +71700,7 @@
 
 
 
-  <h4 id=peer-to-peer-connections><span class=secno>9.1.3 </span>Peer-to-peer connections</h4>
+  <h3 id=peer-to-peer-connections><span class=secno>9.4 </span>Peer-to-peer connections</h3>
 
   <pre class=idl>[<a href=#dom-peerconnection title=dom-PeerConnection>Constructor</a>(in DOMString configuration, in <a href=#signalingcallback>SignalingCallback</a> signalingCallback)]
 interface <dfn id=peerconnection>PeerConnection</dfn> {
@@ -72252,7 +72251,7 @@
 
 
 
-  <h4 id=the-data-stream><span class=secno>9.1.4 </span>The data stream</h4>
+  <h3 id=the-data-stream><span class=secno>9.5 </span>The data stream</h3>
 
   <p>All <code><a href=#peerconnection>PeerConnection</a></code> connections include a <dfn id=data-udp-media-stream>data
   UDP media stream</dfn>, which is used to send data packets
@@ -72403,7 +72402,7 @@
   source</a>.</p>
 
 
-  <h4 id=event-definitions-0><span class=secno>9.1.5 </span>Event definitions</h4>
+  <h3 id=event-definitions-0><span class=secno>9.6 </span>Event definitions</h3>
 
   <p>The <code title=event-stream-addstream>addstream</code> and
   <code title=event-stream-removestream>removestream</code> events
@@ -72427,7 +72426,7 @@
   which uses the <code><a href=#streamevent>StreamEvent</a></code> interface with the <code title=dom-StreamEvent-stream><a href=#dom-streamevent-stream>stream</a></code> attribute set to <var title="">stream</var>, must be dispatched at the given target.</p>
 
 
-  <h4 id=event-summary><span class=secno>9.1.6 </span>Event Summary</h4>
+  <h3 id=event-summary><span class=secno>9.7 </span>Event Summary</h3>
 
   <p class=XXX>...will add event summary for streams here...</p>
 

Modified: index
===================================================================
--- index	2011-03-14 18:53:41 UTC (rev 5947)
+++ index	2011-03-14 19:16:32 UTC (rev 5948)
@@ -1012,14 +1012,13 @@
    <li><a href=#editing-apis><span class=secno>8.9 </span>Editing APIs</a></ol></li>
  <li><a href=#video-conferencing-and-peer-to-peer-communication><span class=secno>9 </span>Video conferencing and peer-to-peer communication</a>
   <ol>
-   <li><a href=#introduction-8><span class=secno>9.1 </span>Introduction</a>
-    <ol>
-     <li><a href=#obtaining-local-multimedia-content><span class=secno>9.1.1 </span>Obtaining local multimedia content</a></li>
-     <li><a href=#stream-api><span class=secno>9.1.2 </span>Stream API</a></li>
-     <li><a href=#peer-to-peer-connections><span class=secno>9.1.3 </span>Peer-to-peer connections</a></li>
-     <li><a href=#the-data-stream><span class=secno>9.1.4 </span>The data stream</a></li>
-     <li><a href=#event-definitions-0><span class=secno>9.1.5 </span>Event definitions</a></li>
-     <li><a href=#event-summary><span class=secno>9.1.6 </span>Event Summary</a></ol></ol></li>
+   <li><a href=#introduction-8><span class=secno>9.1 </span>Introduction</a></li>
+   <li><a href=#obtaining-local-multimedia-content><span class=secno>9.2 </span>Obtaining local multimedia content</a></li>
+   <li><a href=#stream-api><span class=secno>9.3 </span>Stream API</a></li>
+   <li><a href=#peer-to-peer-connections><span class=secno>9.4 </span>Peer-to-peer connections</a></li>
+   <li><a href=#the-data-stream><span class=secno>9.5 </span>The data stream</a></li>
+   <li><a href=#event-definitions-0><span class=secno>9.6 </span>Event definitions</a></li>
+   <li><a href=#event-summary><span class=secno>9.7 </span>Event Summary</a></ol></li>
  <li><a href=#comms><span class=secno>10 </span>Communication</a>
   <ol>
    <li><a href=#event-definitions-1><span class=secno>10.1 </span>Event definitions</a></li>
@@ -71016,7 +71015,7 @@
   </ul><p>This section defines the APIs used for these features.</p>
 
 
-  <h4 id=obtaining-local-multimedia-content><span class=secno>9.1.1 </span>Obtaining local multimedia content</h4>
+  <h3 id=obtaining-local-multimedia-content><span class=secno>9.2 </span>Obtaining local multimedia content</h3>
 
   <pre class=idl>[Supplemental, NoInterfaceObject]
 interface <dfn id=navigatorusermedia>NavigatorUserMedia</dfn> {
@@ -71221,7 +71220,7 @@
 
 
 
-  <h4 id=stream-api><span class=secno>9.1.2 </span>Stream API</h4>
+  <h3 id=stream-api><span class=secno>9.3 </span>Stream API</h3>
 
   <p>The <code><a href=#stream>Stream</a></code> interface is used to represent streams,
   typically (but not necessarily) of audio and/or video content, e.g.
@@ -71710,7 +71709,7 @@
 
 
 
-  <h4 id=peer-to-peer-connections><span class=secno>9.1.3 </span>Peer-to-peer connections</h4>
+  <h3 id=peer-to-peer-connections><span class=secno>9.4 </span>Peer-to-peer connections</h3>
 
   <pre class=idl>[<a href=#dom-peerconnection title=dom-PeerConnection>Constructor</a>(in DOMString configuration, in <a href=#signalingcallback>SignalingCallback</a> signalingCallback)]
 interface <dfn id=peerconnection>PeerConnection</dfn> {
@@ -72261,7 +72260,7 @@
 
 
 
-  <h4 id=the-data-stream><span class=secno>9.1.4 </span>The data stream</h4>
+  <h3 id=the-data-stream><span class=secno>9.5 </span>The data stream</h3>
 
   <p>All <code><a href=#peerconnection>PeerConnection</a></code> connections include a <dfn id=data-udp-media-stream>data
   UDP media stream</dfn>, which is used to send data packets
@@ -72412,7 +72411,7 @@
   source</a>.</p>
 
 
-  <h4 id=event-definitions-0><span class=secno>9.1.5 </span>Event definitions</h4>
+  <h3 id=event-definitions-0><span class=secno>9.6 </span>Event definitions</h3>
 
   <p>The <code title=event-stream-addstream>addstream</code> and
   <code title=event-stream-removestream>removestream</code> events
@@ -72436,7 +72435,7 @@
   which uses the <code><a href=#streamevent>StreamEvent</a></code> interface with the <code title=dom-StreamEvent-stream><a href=#dom-streamevent-stream>stream</a></code> attribute set to <var title="">stream</var>, must be dispatched at the given target.</p>
 
 
-  <h4 id=event-summary><span class=secno>9.1.6 </span>Event Summary</h4>
+  <h3 id=event-summary><span class=secno>9.7 </span>Event Summary</h3>
 
   <p class=XXX>...will add event summary for streams here...</p>
 

Modified: source
===================================================================
--- source	2011-03-14 18:53:41 UTC (rev 5947)
+++ source	2011-03-14 19:16:32 UTC (rev 5948)
@@ -80980,7 +80980,7 @@
   <p>This section defines the APIs used for these features.</p>
 
 
-  <h4>Obtaining local multimedia content</h4>
+  <h3>Obtaining local multimedia content</h3>
 
   <pre class="idl">[Supplemental, NoInterfaceObject]
 interface <dfn>NavigatorUserMedia</dfn> {
@@ -81215,7 +81215,7 @@
 
 
 
-  <h4>Stream API</h4>
+  <h3>Stream API</h3>
 
   <p>The <code>Stream</code> interface is used to represent streams,
   typically (but not necessarily) of audio and/or video content, e.g.
@@ -81799,7 +81799,7 @@
 
 
 
-  <h4>Peer-to-peer connections</h4>
+  <h3>Peer-to-peer connections</h3>
 
   <pre class="idl">[<span title="dom-PeerConnection">Constructor</span>(in DOMString configuration, in <span>SignalingCallback</span> signalingCallback)]
 interface <dfn>PeerConnection</dfn> {
@@ -82461,7 +82461,7 @@
 
 
 
-  <h4>The data stream</h4>
+  <h3>The data stream</h3>
 
   <p>All <code>PeerConnection</code> connections include a <dfn>data
   UDP media stream</dfn>, which is used to send data packets
@@ -82637,7 +82637,7 @@
   source</span>.</p>
 
 
-  <h4>Event definitions</h4>
+  <h3>Event definitions</h3>
 
   <p>The <code title="event-stream-addstream">addstream</code> and
   <code title="event-stream-removestream">removestream</code> events
@@ -82668,7 +82668,7 @@
   title="">stream</var>, must be dispatched at the given target.</p>
 
 
-  <h4>Event Summary</h4>
+  <h3>Event Summary</h3>
 
   <p class="XXX">...will add event summary for streams here...</p>
 




More information about the Commit-Watchers mailing list