Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (2) mention /favicon.ico
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11815

git-svn-id: http://svn.whatwg.org/webapps@5904 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 17, 2011
1 parent 4a82e00 commit ffdb340
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions complete.html
Expand Up @@ -51742,6 +51742,13 @@ <h5 id=rel-icon><span class=secno>4.12.4.7 </span>Link type "<dfn title=rel-icon
assume that the given icon is appropriate, but less appropriate than
an icon of a known and appropriate size.</p>

<p>In the absence of a <code><a href=#the-link-element>link</a></code> with the <code title=rel-icon><a href=#rel-icon>icon</a></code> keyword, for <code><a href=#document>Document</a></code>s
obtained over HTTP or HTTPS, user agents may instead attempt to
<a href=#fetch>fetch</a> and use an icon with the <a href=#absolute-url>absolute
URL</a> obtained by resolving the <a href=#url>URL</a> "<code title="">/favicon.ico</code>" against <a href="#the-document's-address">the document's
address</a>, as if the page had declared that icon using the
<code title=rel-icon><a href=#rel-icon>icon</a></code> keyword.</p>

</div>

<div class=example>
Expand Down
7 changes: 7 additions & 0 deletions index
Expand Up @@ -51725,6 +51725,13 @@ local.onconnect = function (event) {
assume that the given icon is appropriate, but less appropriate than
an icon of a known and appropriate size.</p>

<p>In the absence of a <code><a href=#the-link-element>link</a></code> with the <code title=rel-icon><a href=#rel-icon>icon</a></code> keyword, for <code><a href=#document>Document</a></code>s
obtained over HTTP or HTTPS, user agents may instead attempt to
<a href=#fetch>fetch</a> and use an icon with the <a href=#absolute-url>absolute
URL</a> obtained by resolving the <a href=#url>URL</a> "<code title="">/favicon.ico</code>" against <a href="#the-document's-address">the document's
address</a>, as if the page had declared that icon using the
<code title=rel-icon><a href=#rel-icon>icon</a></code> keyword.</p>

</div>

<div class=example>
Expand Down
9 changes: 9 additions & 0 deletions source
Expand Up @@ -58313,6 +58313,15 @@ local.onconnect = function (event) {
assume that the given icon is appropriate, but less appropriate than
an icon of a known and appropriate size.</p>

<p>In the absence of a <code>link</code> with the <code
title="rel-icon">icon</code> keyword, for <code>Document</code>s
obtained over HTTP or HTTPS, user agents may instead attempt to
<span>fetch</span> and use an icon with the <span>absolute
URL</span> obtained by resolving the <span>URL</span> "<code
title="">/favicon.ico</code>" against <span>the document's
address</span>, as if the page had declared that icon using the
<code title="rel-icon">icon</code> keyword.</p>

</div>

<div class="example">
Expand Down

0 comments on commit ffdb340

Please sign in to comment.