html5/spec Overview.html,1.5179,1.5180

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

Modified Files:
	Overview.html 
Log Message:
clarify 'first' (whatwg r6478)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5179
retrieving revision 1.5180
diff -u -d -r1.5179 -r1.5180
--- Overview.html	16 Aug 2011 05:25:44 -0000	1.5179
+++ Overview.html	16 Aug 2011 06:06:35 -0000	1.5180
@@ -41241,9 +41241,10 @@
   <p>The <a href="#command-facet-icon" title="command-facet-Icon">Icon</a> of the command
   is the <a href="#absolute-url">absolute URL</a> obtained from <a href="#resolve-a-url" title="resolve
   a url">resolving</a> the value of the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute of the first
-  <code><a href="#the-img-element">img</a></code> element descendant of the element, relative to that
-  element, if there is such an element and resolving its attribute is
-  successful. Otherwise, there is no <a href="#command-facet-icon" title="command-facet-Icon">Icon</a> for the command.</p>
+  <code><a href="#the-img-element">img</a></code> element descendant of the element in <a href="#tree-order">tree
+  order</a>, relative to that element, if there is such an element
+  and resolving its attribute is successful. Otherwise, there is no
+  <a href="#command-facet-icon" title="command-facet-Icon">Icon</a> for the command.</p>
 
   <p>The <a href="#command-facet-accesskey" title="command-facet-AccessKey">AccessKey</a> of the
   command is the element's <a href="#assigned-access-key">assigned access key</a>, if

Received on Tuesday, 16 August 2011 06:06:41 UTC