Skip to content

Commit

Permalink
[e] (0) It's not the actual URL used, it's a string used to get that …
Browse files Browse the repository at this point in the history
…URL.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8856

git-svn-id: http://svn.whatwg.org/webapps@4722 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 14, 2010
1 parent 63c2972 commit ecbfc7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -59135,8 +59135,8 @@ <h4 id=custom-handlers><span class=secno>7.4.2 </span>Custom scheme and content

<dd>

<p>The <a href=#url>URL</a> of the page that will handle the
requests.</p>
<p>A string used to build the <a href=#url>URL</a> of the page that
will handle the requests.</p>

<p>When the user agent uses this URL, it must replace the first
occurrence of the exact literal string "<code title="">%s</code>"
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -59054,8 +59054,8 @@ interface <dfn id=navigatorabilities>NavigatorAbilities</dfn> {

<dd>

<p>The <a href=#url>URL</a> of the page that will handle the
requests.</p>
<p>A string used to build the <a href=#url>URL</a> of the page that
will handle the requests.</p>

<p>When the user agent uses this URL, it must replace the first
occurrence of the exact literal string "<code title="">%s</code>"
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -66857,8 +66857,8 @@ interface <dfn>NavigatorAbilities</dfn> {

<dd>

<p>The <span>URL</span> of the page that will handle the
requests.</p>
<p>A string used to build the <span>URL</span> of the page that
will handle the requests.</p>

<p>When the user agent uses this URL, it must replace the first
occurrence of the exact literal string "<code title="">%s</code>"
Expand Down

0 comments on commit ecbfc7d

Please sign in to comment.