html5/spec Overview.html,1.4743,1.4744

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15326

Modified Files:
	Overview.html 
Log Message:
mention /favicon.ico (whatwg r5904)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4743
retrieving revision 1.4744
diff -u -d -r1.4743 -r1.4744
--- Overview.html	17 Feb 2011 02:08:07 -0000	1.4743
+++ Overview.html	17 Feb 2011 02:23:39 -0000	1.4744
@@ -40865,6 +40865,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">
 
    <p>The following snippet shows the top part of an application with

Received on Thursday, 17 February 2011 02:23:45 UTC