html5/spec links.html,1.76,1.77 spec.html,1.1592,1.1593

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

Modified Files:
	links.html spec.html 
Log Message:
Try to clarify that UAs don't have to continually be rescanning for icons and sorting each time. (whatwg r6379)

[updated by splitter]


Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- links.html	3 Aug 2011 07:46:23 -0000	1.76
+++ links.html	6 Aug 2011 00:47:00 -0000	1.77
@@ -744,11 +744,15 @@
   icons. <span class="impl">If multiple icons are provided, the user
   agent must select the most appropriate icon according to the <code title="attr-link-type"><a href="semantics.html#attr-link-type">type</a></code>, <code title="attr-link-media"><a href="semantics.html#attr-link-media">media</a></code>, and <code title="attr-link-sizes"><a href="#attr-link-sizes">sizes</a></code> attributes. If there are
   multiple equally appropriate icons, user agents must use the last
-  one declared in <a href="infrastructure.html#tree-order">tree order</a>. If the user agent tries to
-  use an icon but that icon is determined, upon closer examination, to
-  in fact be inappropriate (e.g. because it uses an unsupported
-  format), then the user agent must try the next-most-appropriate icon
-  as determined by the attributes.</span></p><div class="impl">
+  one declared in <a href="infrastructure.html#tree-order">tree order</a> at the time that the user
+  agent collected the list of icons. If the user agent tries to use an
+  icon but that icon is determined, upon closer examination, to in
+  fact be inappropriate (e.g. because it uses an unsupported format),
+  then the user agent must try the next-most-appropriate icon as
+  determined by the attributes.</span></p><div class="impl">
+
+  <p class="note">User agents are not required to update icons when
+  the list of icons changes, but are encouraged to do so.</p>
 
   <p>There is no default type for resources given by the <code title="rel-icon"><a href="#rel-icon">icon</a></code> keyword. However, for the purposes of
   <a href="semantics.html#concept-link-type-sniffing">determining the type of the

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1592
retrieving revision 1.1593
diff -u -d -r1.1592 -r1.1593
--- spec.html	5 Aug 2011 23:46:22 -0000	1.1592
+++ spec.html	6 Aug 2011 00:47:06 -0000	1.1593
@@ -324,7 +324,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-5-august-2011">Editor's Draft 5 August 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-6-august-2011">Editor's Draft 6 August 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5092.
+This is revision 1.5093.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -470,7 +470,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 5 August 2011 Editor's Draft.
+  This specification is the 6 August 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5

Received on Saturday, 6 August 2011 00:47:13 UTC