html5/spec commands.html,1.42,1.43 spec.html,1.1631,1.1632

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

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

[updated by splitter]


Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1631
retrieving revision 1.1632
diff -u -d -r1.1631 -r1.1632
--- spec.html	16 Aug 2011 05:46:30 -0000	1.1631
+++ spec.html	16 Aug 2011 06:46:22 -0000	1.1632
@@ -350,7 +350,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.5179.
+This is revision 1.5180.
    </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

Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec/commands.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- commands.html	15 Aug 2011 20:47:01 -0000	1.42
+++ commands.html	16 Aug 2011 06:46:22 -0000	1.43
@@ -557,9 +557,10 @@
   <p>The <a href="#command-facet-icon" title="command-facet-Icon">Icon</a> of the command
   is the <a href="urls.html#absolute-url">absolute URL</a> obtained from <a href="urls.html#resolve-a-url" title="resolve
   a url">resolving</a> the value of the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src">src</a></code> attribute of the first
-  <code><a href="embedded-content-1.html#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="embedded-content-1.html#the-img-element">img</a></code> element descendant of the element in <a href="infrastructure.html#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="editing.html#assigned-access-key">assigned access key</a>, if

Received on Tuesday, 16 August 2011 06:46:30 UTC