[html5] r6478 - [e] (0) clarify 'first' Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12946
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 15 23:06:09 PDT 2011
Author: ianh
Date: 2011-08-15 23:06:07 -0700 (Mon, 15 Aug 2011)
New Revision: 6478
Modified:
complete.html
index
source
Log:
[e] (0) clarify 'first'
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12946
Modified: complete.html
===================================================================
--- complete.html 2011-08-16 05:25:17 UTC (rev 6477)
+++ complete.html 2011-08-16 06:06:07 UTC (rev 6478)
@@ -53974,9 +53974,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
Modified: index
===================================================================
--- index 2011-08-16 05:25:17 UTC (rev 6477)
+++ index 2011-08-16 06:06:07 UTC (rev 6478)
@@ -53841,9 +53841,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
Modified: source
===================================================================
--- source 2011-08-16 05:25:17 UTC (rev 6477)
+++ source 2011-08-16 06:06:07 UTC (rev 6478)
@@ -60770,10 +60770,10 @@
is the <span>absolute URL</span> obtained from <span title="resolve
a url">resolving</span> the value of the <code
title="attr-img-src">src</code> attribute of the first
- <code>img</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 <span
- title="command-facet-Icon">Icon</span> for the command.</p>
+ <code>img</code> element descendant of the element in <span>tree
+ order</span>, relative to that element, if there is such an element
+ and resolving its attribute is successful. Otherwise, there is no
+ <span title="command-facet-Icon">Icon</span> for the command.</p>
<p>The <span title="command-facet-AccessKey">AccessKey</span> of the
command is the element's <span>assigned access key</span>, if
More information about the Commit-Watchers
mailing list