Skip to content

Commit

Permalink
[giow] (0) Add geo: to hte whitelist.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18734
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7460 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2012
1 parent 5c66d9a commit 72ddd48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -77243,6 +77243,7 @@ <h5 id=custom-handlers><span class=secno>7.5.1.2 </span>Custom scheme and conten
scheme">whitelisted schemes</dfn>:</p>

<ul class=brief><li><code title="">irc</code></li>
<li><code title="">geo</code></li>
<li><code title="">mailto</code></li>
<li><code title="">magnet</code></li>
<li><code title="">mms</code></li>
Expand Down
1 change: 1 addition & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -77243,6 +77243,7 @@ interface <dfn id=navigatorcontentutils>NavigatorContentUtils</dfn> {
scheme">whitelisted schemes</dfn>:</p>

<ul class=brief><li><code title="">irc</code></li>
<li><code title="">geo</code></li>
<li><code title="">mailto</code></li>
<li><code title="">magnet</code></li>
<li><code title="">mms</code></li>
Expand Down
1 change: 1 addition & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -90398,6 +90398,7 @@ interface <dfn>NavigatorContentUtils</dfn> {

<ul class="brief">
<li><code title="">irc</code></li>
<li><code title="">geo</code></li>
<li><code title="">mailto</code></li>
<li><code title="">magnet</code></li>
<li><code title="">mms</code></li>
Expand Down

0 comments on commit 72ddd48

Please sign in to comment.