Skip to content

Commit

Permalink
[e] (0) consistency
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12149

git-svn-id: http://svn.whatwg.org/webapps@6074 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 4, 2011
1 parent 7ee2793 commit e276885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -68333,7 +68333,7 @@ <h4 id=custom-handlers><span class=secno>7.5.2 </span>Custom scheme and content
<p>The arguments to the methods have the following meanings and
corresponding implementation requirements:</p>

<dl><dt><var title="">protocol</var> (<code title=dom-navigator-registerProtocolHandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code> only)</dt>
<dl><dt><var title="">scheme</var> (<code title=dom-navigator-registerProtocolHandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code> only)</dt>

<dd>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -68381,7 +68381,7 @@ interface <dfn id=navigatorcontentutils>NavigatorContentUtils</dfn> {
<p>The arguments to the methods have the following meanings and
corresponding implementation requirements:</p>

<dl><dt><var title="">protocol</var> (<code title=dom-navigator-registerProtocolHandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code> only)</dt>
<dl><dt><var title="">scheme</var> (<code title=dom-navigator-registerProtocolHandler><a href=#dom-navigator-registerprotocolhandler>registerProtocolHandler()</a></code> only)</dt>

<dd>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -77965,7 +77965,7 @@ interface <dfn>NavigatorContentUtils</dfn> {

<dl>

<dt><var title="">protocol</var> (<code title="dom-navigator-registerProtocolHandler">registerProtocolHandler()</code> only)</dt>
<dt><var title="">scheme</var> (<code title="dom-navigator-registerProtocolHandler">registerProtocolHandler()</code> only)</dt>

<dd>

Expand Down

0 comments on commit e276885

Please sign in to comment.