[html5] r6404 - [c] (0) Grandfather rel='shortcut icon' since it's so common. Fixing http://www. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 9 18:26:45 PDT 2011
Author: ianh
Date: 2011-08-09 18:26:44 -0700 (Tue, 09 Aug 2011)
New Revision: 6404
Modified:
complete.html
index
source
Log:
[c] (0) Grandfather rel='shortcut icon' since it's so common.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12695
Modified: complete.html
===================================================================
--- complete.html 2011-08-10 01:18:34 UTC (rev 6403)
+++ complete.html 2011-08-10 01:26:44 UTC (rev 6404)
@@ -54867,7 +54867,12 @@
</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.</p>
+
<h5 id=link-type-license><span class=secno>4.12.5.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
Modified: index
===================================================================
--- index 2011-08-10 01:18:34 UTC (rev 6403)
+++ index 2011-08-10 01:26:44 UTC (rev 6404)
@@ -54734,7 +54734,12 @@
</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.</p>
+
<h5 id=link-type-license><span class=secno>4.12.5.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
Modified: source
===================================================================
--- source 2011-08-10 01:18:34 UTC (rev 6403)
+++ source 2011-08-10 01:26:44 UTC (rev 6404)
@@ -61858,7 +61858,14 @@
</div>
+ <p>For historical reasons, the <code title="rel-icon">icon</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">icon</code> keyword and the two keywords must be
+ separated by only a single U+0020 SPACE character.</p>
+
<h5>Link type "<dfn title="rel-license"><code>license</code></dfn>"</h5>
<p>The <code title="rel-license">license</code> keyword may be used
More information about the Commit-Watchers
mailing list