hixie: Grandfather rel='shortcut icon' since it's so common. (whatwg r6404)

hixie: Grandfather rel='shortcut icon' since it's so common. (whatwg
r6404)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5109&r2=1.5110&f=h
http://html5.org/tools/web-apps-tracker?from=6403&to=6404

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5109
retrieving revision 1.5110
diff -u -d -r1.5109 -r1.5110
--- Overview.html 10 Aug 2011 01:18:41 -0000 1.5109
+++ Overview.html 10 Aug 2011 01:26:51 -0000 1.5110
@@ -41704,7 +41704,10 @@
  <body>
   ...</pre>
 
-  </div><h5 id="link-type-license"><span class="secno">4.12.4.7 </span>Link type "<dfn title="rel-license"><code>license</code></dfn>"</h5><p>The <code title="rel-license"><a href="#link-type-license">license</a></code> keyword may be used
+  </div><p>For historical reasons, the <code title="rel-icon"><a href="#rel-icon">icon</a></code>
+  keyword may be preceded by the keyword "<code title="">shortcut</code>". If the "<code title="">shortcut</code>"
+  keyword is present, it must be come immediately before the <code title="rel-icon"><a href="#rel-icon">icon</a></code> keyword and the two keywords must be
+  separated by only a single U+0020 SPACE character.<h5 id="link-type-license"><span class="secno">4.12.4.7 </span>Link type "<dfn title="rel-license"><code>license</code></dfn>"</h5><p>The <code title="rel-license"><a href="#link-type-license">license</a></code> keyword may be used
   with <code><a href="#the-link-element">link</a></code>, <code><a href="#the-a-element">a</a></code>, and <code><a href="#the-area-element">area</a></code>
   elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.<p>The <code title="rel-license"><a href="#link-type-license">license</a></code> keyword indicates
   that the referenced document provides the copyright license terms

Received on Wednesday, 10 August 2011 01:27:08 UTC