--- a/discovery-api/WD_20140220.html Wed Feb 19 17:16:20 2014 -0500
+++ b/discovery-api/WD_20140220.html Wed Feb 19 17:27:43 2014 -0500
@@ -994,8 +994,7 @@
<pre class="widl">
[Supplemental, NoInterfaceObject]
interface <dfn id="navigatornetworkservice">NavigatorNetworkService</dfn> {
- <a class="externalDFN"
- href="http://dom.spec.whatwg.org/#promise">Promise</a> <a href=
+Promise <a href=
"#dom-navigator-getnetworkservices">getNetworkServices</a>( in any type );
};
@@ -1019,8 +1018,8 @@
</dt>
<dd>
<p>
- Immediately returns a new <a href="http://dom.spec.whatwg.org/#promise"
- class="externalDFN">Promise</a> object and then the user is prompted to select discovered network
+ Immediately returns a new
+ Promise object and then the user is prompted to select discovered network
services that have advertised support for the requested service type(s).
</p>
<p>
@@ -1045,8 +1044,7 @@
title="MUST">MUST</em> run the following steps:
</p>
<ol class="rule">
- <li>Let <var>Network Service Promise</var> be a new <a href="http://dom.spec.whatwg.org/#promise"
- class="externalDFN"><code>Promise</code></a> object.
+ <li>Let <var>Network Service Promise</var> be a new <code>Promise</code></a> object.
</li>
<li>Let <var>Network Service Promise's Resolver</var> be the default resolver of <var>Network Service Promise</var>.
</li>
@@ -1093,7 +1091,7 @@
class="internalDFN">preliminary CORS check</a> algorithm, passing in <var>matched
services</var>'s <code>url</code> attribute as the <var>control endpoint URL</var> argument
and the <a href=
- "http://www.whatwg.org/specs/web-apps/current-work/complete/browsers.html#entry-script"
+ "http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#entry-script"
class="externalDFN">entry script</a>'s <a href=
"http://www.whatwg.org/specs/web-apps/current-work/complete/origin-0.html#origin"
class="externalDFN">origin</a> as the <var>request origin</var> argument.
@@ -1355,9 +1353,8 @@
class="internalDFN">user-authorized</a> <a href="#networkservice"><code>NetworkService</code></a> object.
</p>
<p>
- A <a href="#networkservices"><code>NetworkServices</code></a> object is the <a href=
- "http://dom.spec.whatwg.org/#concept-promise-result"
- class="externalDFN">promise result</a> from a call to <a href=
+ A <a href="#networkservices"><code>NetworkServices</code></a> object is the
+ promise result from a call to <a href=
"#dom-navigator-getnetworkservices"><code>getNetworkServices()</code></a>.
</p>
<pre class="widl">