[html5] r8334 - [giow] (3) Define img.complete to include broken images, per implementations Aff [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Dec 6 11:10:30 PST 2013


Author: ianh
Date: 2013-12-06 11:10:29 -0800 (Fri, 06 Dec 2013)
New Revision: 8334

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Define img.complete to include broken images, per implementations
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-12-05 18:59:20 UTC (rev 8333)
+++ complete.html	2013-12-06 19:10:29 UTC (rev 8334)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 December 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 December 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -21528,12 +21528,12 @@
    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.
+   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>.
 
    <li>The <code><a href=#the-img-element>img</a></code> element is <a href=#img-all title=img-all>completely available</a>.
 
+   <li>The <code><a href=#the-img-element>img</a></code> element is <a href=#img-error title=img-error>broken</a>.
+
   </ul><p>Otherwise, the attribute must return false.</p>
 
   <p class=note>The value of <code title=dom-img-complete><a href=#dom-img-complete>complete</a></code> can thus change while
@@ -54720,7 +54720,7 @@
   attribute's allowed keywords correspond to alignment points in the
   font:</p>
 
-  <p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like &#x79c1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300></p>
+  <p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like " height=300>79C1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."></p>
 
   <p>The keywords map to these alignment points as follows:</p>
 

Modified: index
===================================================================
--- index	2013-12-05 18:59:20 UTC (rev 8333)
+++ index	2013-12-06 19:10:29 UTC (rev 8334)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 5 December 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 6 December 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -21528,12 +21528,12 @@
    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.
+   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>.
 
    <li>The <code><a href=#the-img-element>img</a></code> element is <a href=#img-all title=img-all>completely available</a>.
 
+   <li>The <code><a href=#the-img-element>img</a></code> element is <a href=#img-error title=img-error>broken</a>.
+
   </ul><p>Otherwise, the attribute must return false.</p>
 
   <p class=note>The value of <code title=dom-img-complete><a href=#dom-img-complete>complete</a></code> can thus change while
@@ -54720,7 +54720,7 @@
   attribute's allowed keywords correspond to alignment points in the
   font:</p>
 
-  <p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like &#x79c1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square." height=300></p>
+  <p><img src=http://images.whatwg.org/baselines.png width=738 alt="The top of the em square is roughly at the top of the glyphs in a font, the hanging baseline is where some glyphs like &#x906; are anchored, the middle is half-way between the top of the em square and the bottom of the em square, the alphabetic baseline is where characters like Á, ÿ, f, and Ω are anchored, the ideographic baseline is where glyphs like " height=300>79C1; and &#x9054; are anchored, and the bottom of the em square is roughly at the bottom of the glyphs in a font. The top and bottom of the bounding box can be far from these baselines, due to glyphs extending far outside the em square."></p>
 
   <p>The keywords map to these alignment points as follows:</p>
 

Modified: source
===================================================================
--- source	2013-12-05 18:59:20 UTC (rev 8333)
+++ source	2013-12-06 19:10:29 UTC (rev 8334)
@@ -22597,12 +22597,12 @@
 
    <li>The final <span data-x="concept-task">task</span> that is <span data-x="queue a
    task">queued</span> by the <span>networking task source</span> once the resource has been <span
-   data-x="fetch">fetched</span> has been <span data-x="queue a task">queued</span>, but has not yet
-   been run, and the <code>img</code> element is not in the <span data-x="img-error">broken</span>
-   state.
+   data-x="fetch">fetched</span> has been <span data-x="queue a task">queued</span>.
 
    <li>The <code>img</code> element is <span data-x="img-all">completely available</span>.
 
+   <li>The <code>img</code> element is <span data-x="img-error">broken</span>.
+
   </ul>
 
   <p>Otherwise, the attribute must return false.</p>




More information about the Commit-Watchers mailing list