Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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

git-svn-id: http://svn.whatwg.org/webapps@6509 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 18, 2011
1 parent 9f3c085 commit 13addb2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 17 August 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -76592,7 +76592,7 @@ <h4 id=introduction-12><span class=secno>9.4.1 </span>Introduction</h4>

<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);

Expand Down Expand Up @@ -76630,13 +76630,13 @@ <h4 id=interface-definitions-0><span class=secno>9.4.2 </span>Interface definiti
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>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -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 &mdash; Last Updated 17 August 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -76488,7 +76488,7 @@ interface <dfn id=blobcallback>BlobCallback</dfn> {

<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);

Expand Down Expand Up @@ -76526,13 +76526,13 @@ interface <dfn id=signalingcallback>SignalingCallback</dfn> {
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>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -87233,7 +87233,7 @@ interface <dfn>BlobCallback</dfn> {

<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);

Expand Down Expand Up @@ -87273,13 +87273,13 @@ interface <dfn>SignalingCallback</dfn> {

<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>

Expand Down

0 comments on commit 13addb2

Please sign in to comment.