Skip to content

Commit

Permalink
Make the description slightly more explicit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@61 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 1, 2006
1 parent fffe414 commit 7f2ef79
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
15 changes: 11 additions & 4 deletions index
Expand Up @@ -740,8 +740,9 @@
<li><a href="#scs-offline"><span class="secno">4.10.1. </span><span
title="SCS">[SCS]</span> Offline Web applications</a>

<li><a href="#scs-custom"><span class="secno">4.10.2. </span><span
title="SCS">[SCS]</span> Custom protocol and content handlers</a>
<li><a href="#custom-handlers"><span class="secno">4.10.2.
</span><span title="SCS">[SCS]</span> Custom protocol and content
handlers</a>
<ul class="toc">
<li><a href="#security0"><span class="secno">4.10.2.1.
</span>Security and privacy</a>
Expand Down Expand Up @@ -13065,8 +13066,9 @@ interface <dfn id="storageitem">StorageItem</dfn> {
object.)</p>
<!-- XXX ononline onoffline need to be defined -->

<h4 id="scs-custom"><span class="secno">4.10.2. </span><span title="SCS"><a
href="#scs">[SCS]</a></span> Custom protocol and content handlers</h4>
<h4 id="custom-handlers"><span class="secno">4.10.2. </span><span
title="SCS"><a href="#scs">[SCS]</a></span> Custom protocol and content
handlers</h4>

<p>The <dfn id="registerprotocolhandler"
title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn>
Expand Down Expand Up @@ -13357,6 +13359,11 @@ interface <dfn id="storageitem">StorageItem</dfn> {
<p>...where the third option is the one that was primed by the site
registering itself earlier.

<p>If the user does select that option, then the browser, in accordance
with the requirements described in the previous two sections, will
redirect the user to
"http://kittens.example.org/?show=x-meow%3AS2l0dGVucyBhcmUgdGhlIGN1dGVzdCE%253D".

<p>The <code title="dom-navigator-registerContentHandler"><a
href="#registercontenthandler">registerContentHandler()</a></code> method
would work equivalently, but for unknown MIME types instead of unknown
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -11552,6 +11552,11 @@ interface <dfn>StorageItem</dfn> {
<p>...where the third option is the one that was primed by the site
registering itself earlier.</p>

<p>If the user does select that option, then the browser, in
accordance with the requirements described in the previous two
sections, will redirect the user to
"http://kittens.example.org/?show=x-meow%3AS2l0dGVucyBhcmUgdGhlIGN1dGVzdCE%253D".</p>

<p>The <code
title="dom-navigator-registerContentHandler">registerContentHandler()</code>
method would work equivalently, but for unknown MIME types instead
Expand Down

0 comments on commit 7f2ef79

Please sign in to comment.