[html5] r5904 - [giow] (2) mention /favicon.ico Fixing http://www.w3.org/Bugs/Public/show_bug.cg [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 16 18:23:34 PST 2011


Author: ianh
Date: 2011-02-16 18:23:33 -0800 (Wed, 16 Feb 2011)
New Revision: 5904

Modified:
   complete.html
   index
   source
Log:
[giow] (2) mention /favicon.ico
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11815

Modified: complete.html
===================================================================
--- complete.html	2011-02-17 02:08:01 UTC (rev 5903)
+++ complete.html	2011-02-17 02:23:33 UTC (rev 5904)
@@ -51742,6 +51742,13 @@
   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>

Modified: index
===================================================================
--- index	2011-02-17 02:08:01 UTC (rev 5903)
+++ index	2011-02-17 02:23:33 UTC (rev 5904)
@@ -51725,6 +51725,13 @@
   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>

Modified: source
===================================================================
--- source	2011-02-17 02:08:01 UTC (rev 5903)
+++ source	2011-02-17 02:23:33 UTC (rev 5904)
@@ -58313,6 +58313,15 @@
   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">




More information about the Commit-Watchers mailing list