[html5] r6465 - [e] (0) Loosen up the already loose requirements around rel=icon sizes=''. Fixin [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 15 14:55:07 PDT 2011


Author: ianh
Date: 2011-08-15 14:55:05 -0700 (Mon, 15 Aug 2011)
New Revision: 6465

Modified:
   complete.html
   index
   source
Log:
[e] (0) Loosen up the already loose requirements around rel=icon sizes=''.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13107

Modified: complete.html
===================================================================
--- complete.html	2011-08-15 21:46:23 UTC (rev 6464)
+++ complete.html	2011-08-15 21:55:05 UTC (rev 6465)
@@ -55262,7 +55262,9 @@
   </div>
 
   <p>The <dfn id=attr-link-sizes title=attr-link-sizes><code>sizes</code></dfn>
-  attribute gives the sizes of icons for visual media.</p>
+  attribute gives the sizes of icons for visual media. Its value, if
+  present, is merely advisory. User agents may use the value to decide
+  which icon(s) to use if multiple icons are available.</p>
 
   <p>If specified, the attribute must have a value that is an
   <a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated tokens</a> which
@@ -55328,10 +55330,6 @@
 
   <div class=impl>
 
-  <p>If the attribute is not specified, then the user agent must
-  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

Modified: index
===================================================================
--- index	2011-08-15 21:46:23 UTC (rev 6464)
+++ index	2011-08-15 21:55:05 UTC (rev 6465)
@@ -55129,7 +55129,9 @@
   </div>
 
   <p>The <dfn id=attr-link-sizes title=attr-link-sizes><code>sizes</code></dfn>
-  attribute gives the sizes of icons for visual media.</p>
+  attribute gives the sizes of icons for visual media. Its value, if
+  present, is merely advisory. User agents may use the value to decide
+  which icon(s) to use if multiple icons are available.</p>
 
   <p>If specified, the attribute must have a value that is an
   <a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated tokens</a> which
@@ -55195,10 +55197,6 @@
 
   <div class=impl>
 
-  <p>If the attribute is not specified, then the user agent must
-  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

Modified: source
===================================================================
--- source	2011-08-15 21:46:23 UTC (rev 6464)
+++ source	2011-08-15 21:55:05 UTC (rev 6465)
@@ -62304,7 +62304,9 @@
   </div>
 
   <p>The <dfn title="attr-link-sizes"><code>sizes</code></dfn>
-  attribute gives the sizes of icons for visual media.</p>
+  attribute gives the sizes of icons for visual media. Its value, if
+  present, is merely advisory. User agents may use the value to decide
+  which icon(s) to use if multiple icons are available.</p>
 
   <p>If specified, the attribute must have a value that is an
   <span>unordered set of unique space-separated tokens</span> which
@@ -62381,10 +62383,6 @@
 
   <div class="impl">
 
-  <p>If the attribute is not specified, then the user agent must
-  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




More information about the Commit-Watchers mailing list