[html5] r6509 - [e] (0) the term 'configuration' here is a bit vague and unsearchable, so use a [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 17 17:02:03 PDT 2011


Author: ianh
Date: 2011-08-17 17:02:01 -0700 (Wed, 17 Aug 2011)
New Revision: 6509

Modified:
   complete.html
   index
   source
Log:
[e] (0) the term 'configuration' here is a bit vague and unsearchable, so use a clearer name
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12872

Modified: complete.html
===================================================================
--- complete.html	2011-08-18 00:00:24 UTC (rev 6508)
+++ complete.html	2011-08-18 00:02:01 UTC (rev 6509)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 17 August 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 18 August 2011</h2>
    </hgroup><dl><dt>Multiple-page version:</dt>
     <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
     <dt>One-page version:</dt>
@@ -76592,7 +76592,7 @@
 
   <h4 id=interface-definitions-0><span class=secno>9.4.2 </span>Interface definitions</h4>
 
-  <pre class=idl>[<a href=#dom-peerconnection title=dom-PeerConnection>Constructor</a>(DOMString configuration, <a href=#signalingcallback>SignalingCallback</a> signalingCallback)]
+  <pre class=idl>[<a href=#dom-peerconnection title=dom-PeerConnection>Constructor</a>(DOMString serverConfiguration, <a href=#signalingcallback>SignalingCallback</a> signalingCallback)]
 interface <dfn id=peerconnection>PeerConnection</dfn> : <a href=#eventtarget>EventTarget</a> {
   void <a href=#dom-peerconnection-processsignalingmessage title=dom-PeerConnection-processSignalingMessage>processSignalingMessage</a>(DOMString message);
 
@@ -76630,13 +76630,13 @@
   signaling channel provided by script in the page via the server,
   e.g. using <code>XMLHttpRequest</code>.</p>
 
-  <dl class=domintro><dt><var title="">connection</var> = new <code title=dom-PeerConnection><a href=#dom-peerconnection>PeerConnection</a></code>(<var title="">configuration</var>, <var title="">signalingCallback</var>)</dt>
+  <dl class=domintro><dt><var title="">connection</var> = new <code title=dom-PeerConnection><a href=#dom-peerconnection>PeerConnection</a></code>(<var title="">serverConfiguration</var>, <var title="">signalingCallback</var>)</dt>
 
    <dd>
 
     <p>Creates a <code><a href=#peerconnection>PeerConnection</a></code> object.</p>
 
-    <p>The <var title="">configuration</var> string gives the address
+    <p>The <var title="">serverConfiguration</var> string gives the address
     of a STUN or TURN server to use to establish the connection. <a href=#refsSTUN>[STUN]</a> <a href=#refsTURN>[TURN]</a></p>
 
     <p>The allowed formats for this string are:</p>

Modified: index
===================================================================
--- index	2011-08-18 00:00:24 UTC (rev 6508)
+++ index	2011-08-18 00:02:01 UTC (rev 6509)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 17 August 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 18 August 2011</h2>
    </hgroup><dl><dt><strong>Web developer edition</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -76488,7 +76488,7 @@
 
   <h4 id=interface-definitions-0><span class=secno>9.4.2 </span>Interface definitions</h4>
 
-  <pre class=idl>[<a href=#dom-peerconnection title=dom-PeerConnection>Constructor</a>(DOMString configuration, <a href=#signalingcallback>SignalingCallback</a> signalingCallback)]
+  <pre class=idl>[<a href=#dom-peerconnection title=dom-PeerConnection>Constructor</a>(DOMString serverConfiguration, <a href=#signalingcallback>SignalingCallback</a> signalingCallback)]
 interface <dfn id=peerconnection>PeerConnection</dfn> : <a href=#eventtarget>EventTarget</a> {
   void <a href=#dom-peerconnection-processsignalingmessage title=dom-PeerConnection-processSignalingMessage>processSignalingMessage</a>(DOMString message);
 
@@ -76526,13 +76526,13 @@
   signaling channel provided by script in the page via the server,
   e.g. using <code>XMLHttpRequest</code>.</p>
 
-  <dl class=domintro><dt><var title="">connection</var> = new <code title=dom-PeerConnection><a href=#dom-peerconnection>PeerConnection</a></code>(<var title="">configuration</var>, <var title="">signalingCallback</var>)</dt>
+  <dl class=domintro><dt><var title="">connection</var> = new <code title=dom-PeerConnection><a href=#dom-peerconnection>PeerConnection</a></code>(<var title="">serverConfiguration</var>, <var title="">signalingCallback</var>)</dt>
 
    <dd>
 
     <p>Creates a <code><a href=#peerconnection>PeerConnection</a></code> object.</p>
 
-    <p>The <var title="">configuration</var> string gives the address
+    <p>The <var title="">serverConfiguration</var> string gives the address
     of a STUN or TURN server to use to establish the connection. <a href=#refsSTUN>[STUN]</a> <a href=#refsTURN>[TURN]</a></p>
 
     <p>The allowed formats for this string are:</p>

Modified: source
===================================================================
--- source	2011-08-18 00:00:24 UTC (rev 6508)
+++ source	2011-08-18 00:02:01 UTC (rev 6509)
@@ -87233,7 +87233,7 @@
 
   <h4>Interface definitions</h4>
 
-  <pre class="idl">[<span title="dom-PeerConnection">Constructor</span>(DOMString configuration, <span>SignalingCallback</span> signalingCallback)]
+  <pre class="idl">[<span title="dom-PeerConnection">Constructor</span>(DOMString serverConfiguration, <span>SignalingCallback</span> signalingCallback)]
 interface <dfn>PeerConnection</dfn> : <span>EventTarget</span> {
   void <span title="dom-PeerConnection-processSignalingMessage">processSignalingMessage</span>(DOMString message);
 
@@ -87273,13 +87273,13 @@
 
   <dl class="domintro">
 
-   <dt><var title="">connection</var> = new <code title="dom-PeerConnection">PeerConnection</code>(<var title="">configuration</var>, <var title="">signalingCallback</var>)</dt>
+   <dt><var title="">connection</var> = new <code title="dom-PeerConnection">PeerConnection</code>(<var title="">serverConfiguration</var>, <var title="">signalingCallback</var>)</dt>
 
    <dd>
 
     <p>Creates a <code>PeerConnection</code> object.</p>
 
-    <p>The <var title="">configuration</var> string gives the address
+    <p>The <var title="">serverConfiguration</var> string gives the address
     of a STUN or TURN server to use to establish the connection. <a
     href="#refsSTUN">[STUN]</a> <a href="#refsTURN">[TURN]</a></p>
 




More information about the Commit-Watchers mailing list