[html5] r7926 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 6 13:47:53 PDT 2013


Author: ianh
Date: 2013-06-06 13:47:52 -0700 (Thu, 06 Jun 2013)
New Revision: 7926

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21884
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-06-06 20:45:49 UTC (rev 7925)
+++ complete.html	2013-06-06 20:47:52 UTC (rev 7926)
@@ -23134,7 +23134,7 @@
 
   <p>The IDL attribute <dfn id=dom-img-complete title=dom-img-complete><code>complete</code></dfn> must return
   true if any of the following conditions is true:</p>
-  <ul class=brief><li>Both the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute and the <code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> attributes are omitted.
+  <ul class=brief><li>Both the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute and the <code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> attribute are omitted.
    <li>The <code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> attribute is omitted and the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute's value is the empty string. <!-- we only have this hack for src="", not srcset=""; present but empty or bogus srcset="" still means complete=false if it's not in the img-error state -->
    <li>The final <a href=#concept-task title=concept-task>task</a> that is <a href=#queue-a-task title="queue a task">queued</a> by the <a href=#networking-task-source>networking task source</a> once the resource has been <a href=#fetch title=fetch>fetched</a> has been <a href=#queue-a-task title="queue a task">queued</a>, but has not yet been run, and the <code><a href=#the-img-element>img</a></code> element is not in the <a href=#img-error title=img-error>broken</a> state.
    <li>The <code><a href=#the-img-element>img</a></code> element is <a href=#img-all title=img-all>completely available</a>.

Modified: index
===================================================================
--- index	2013-06-06 20:45:49 UTC (rev 7925)
+++ index	2013-06-06 20:47:52 UTC (rev 7926)
@@ -23134,7 +23134,7 @@
 
   <p>The IDL attribute <dfn id=dom-img-complete title=dom-img-complete><code>complete</code></dfn> must return
   true if any of the following conditions is true:</p>
-  <ul class=brief><li>Both the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute and the <code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> attributes are omitted.
+  <ul class=brief><li>Both the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute and the <code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> attribute are omitted.
    <li>The <code title=attr-img-srcset><a href=#attr-img-srcset>srcset</a></code> attribute is omitted and the <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute's value is the empty string. <!-- we only have this hack for src="", not srcset=""; present but empty or bogus srcset="" still means complete=false if it's not in the img-error state -->
    <li>The final <a href=#concept-task title=concept-task>task</a> that is <a href=#queue-a-task title="queue a task">queued</a> by the <a href=#networking-task-source>networking task source</a> once the resource has been <a href=#fetch title=fetch>fetched</a> has been <a href=#queue-a-task title="queue a task">queued</a>, but has not yet been run, and the <code><a href=#the-img-element>img</a></code> element is not in the <a href=#img-error title=img-error>broken</a> state.
    <li>The <code><a href=#the-img-element>img</a></code> element is <a href=#img-all title=img-all>completely available</a>.

Modified: source
===================================================================
--- source	2013-06-06 20:45:49 UTC (rev 7925)
+++ source	2013-06-06 20:47:52 UTC (rev 7926)
@@ -24271,7 +24271,7 @@
   title="dom-img-complete"><code>complete</code></dfn> must return
   true if any of the following conditions is true:</p>
   <ul class="brief">
-   <li>Both the <code title="attr-img-src">src</code> attribute and the <code title="attr-img-srcset">srcset</code> attributes are omitted.
+   <li>Both the <code title="attr-img-src">src</code> attribute and the <code title="attr-img-srcset">srcset</code> attribute are omitted.
    <li>The <code title="attr-img-srcset">srcset</code> attribute is omitted and the <code title="attr-img-src">src</code> attribute's value is the empty string. <!-- we only have this hack for src="", not srcset=""; present but empty or bogus srcset="" still means complete=false if it's not in the img-error state -->
    <li>The final <span title="concept-task">task</span> that is <span title="queue a task">queued</span> by the <span>networking task source</span> once the resource has been <span title="fetch">fetched</span> has been <span title="queue a task">queued</span>, but has not yet been run, and the <code>img</code> element is not in the <span title="img-error">broken</span> state.
    <li>The <code>img</code> element is <span title="img-all">completely available</span>.




More information about the Commit-Watchers mailing list