- From: poot <cvsmail@w3.org>
- Date: Wed, 16 Feb 2011 21:24:56 -0500
- To: public-html-diffs@w3.org
hixie: mention /favicon.ico (whatwg r5904)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4743&r2=1.4744&f=h
http://html5.org/tools/web-apps-tracker?from=5903&to=5904
===================================================================
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:24:57 UTC