Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 6f9d863

Browse files
committed
Mention Navigator and External
1 parent a6ac154 commit 6f9d863

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Overview.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,10 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>
21132113

21142114
<li><p>An API for handling search providers (<code class="external" title="dom-external-addsearchprovider"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#dom-external-addsearchprovider">AddSearchProvider()</a></code> and <code class="external" title="dom-external-issearchproviderinstalled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#dom-external-issearchproviderinstalled">IsSearchProviderInstalled()</a></code>).
21152115

2116-
<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object has been defined.
2116+
<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code>,
2117+
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#navigator">Navigator</a></code> and
2118+
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#external">External</a></code>
2119+
interfaces have been defined.
21172120
</ul>
21182121

21192122
<p>WHATWG HTML has further APIs that are not in W3C HTML5 but are separate specifications at the W3C:

Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,10 @@ <h3 id="new-apis">New APIs</h3>
21942194
data-anolis-spec=html
21952195
title=dom-external-issearchproviderinstalled>IsSearchProviderInstalled()</code>).
21962196

2197-
<li><p>The <code data-anolis-spec=html>Window</code> object has been defined.
2197+
<li><p>The <code data-anolis-spec=html>Window</code>,
2198+
<code data-anolis-spec=html>Navigator</code> and
2199+
<code data-anolis-spec=html>External</code>
2200+
interfaces have been defined.
21982201
</ul>
21992202

22002203
<p>WHATWG HTML has further APIs that are not in W3C HTML5 but are separate specifications at the W3C:

Overview.whatwg.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,10 @@ <h3 id="new-apis"><span class="secno">5.1 </span>New APIs</h3>
20762076

20772077
<li><p>An API for handling search providers (<code class="external" title="dom-external-addsearchprovider"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#dom-external-addsearchprovider">AddSearchProvider()</a></code> and <code class="external" title="dom-external-issearchproviderinstalled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#dom-external-issearchproviderinstalled">IsSearchProviderInstalled()</a></code>).
20782078

2079-
<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code> object has been defined.
2079+
<li><p>The <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window">Window</a></code>,
2080+
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#navigator">Navigator</a></code> and
2081+
<code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#external">External</a></code>
2082+
interfaces have been defined.
20802083
</ul>
20812084

20822085
<p>WHATWG HTML has further APIs that are not in W3C HTML5 but are separate specifications at the W3C:

0 commit comments

Comments
 (0)