[html5] r7946 - [e] (0) Remove an extraneous comma. Fixing https://www.w3.org/Bugs/Public/show_b [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 7 16:47:15 PDT 2013


Author: ianh
Date: 2013-06-07 16:47:14 -0700 (Fri, 07 Jun 2013)
New Revision: 7946

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove an extraneous comma.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22012
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-06-07 23:43:15 UTC (rev 7945)
+++ complete.html	2013-06-07 23:47:14 UTC (rev 7946)
@@ -22485,7 +22485,7 @@
    attribute's mode, and, if that mode is not <a href=#attr-crossorigin-none title=attr-crossorigin-none>No CORS</a>,
    the <code><a href=#document>Document</a></code> object's <a href=#origin>origin</a>.</li>
 
-   <li><p>If the <a href=#list-of-available-images>list of available images</a>, contains an entry for <var title="">key</var>, then set the <code><a href=#the-img-element>img</a></code> element to the <a href=#img-all title=img-all>completely
+   <li><p>If the <a href=#list-of-available-images>list of available images</a> contains an entry for <var title="">key</var>, then set the <code><a href=#the-img-element>img</a></code> element to the <a href=#img-all title=img-all>completely
    available</a> state, update the presentation of the image appropriately, <a href=#queue-a-task>queue a
    task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-load>load</code> at the
    <code><a href=#the-img-element>img</a></code> element, and abort these steps.</li>

Modified: index
===================================================================
--- index	2013-06-07 23:43:15 UTC (rev 7945)
+++ index	2013-06-07 23:47:14 UTC (rev 7946)
@@ -22485,7 +22485,7 @@
    attribute's mode, and, if that mode is not <a href=#attr-crossorigin-none title=attr-crossorigin-none>No CORS</a>,
    the <code><a href=#document>Document</a></code> object's <a href=#origin>origin</a>.</li>
 
-   <li><p>If the <a href=#list-of-available-images>list of available images</a>, contains an entry for <var title="">key</var>, then set the <code><a href=#the-img-element>img</a></code> element to the <a href=#img-all title=img-all>completely
+   <li><p>If the <a href=#list-of-available-images>list of available images</a> contains an entry for <var title="">key</var>, then set the <code><a href=#the-img-element>img</a></code> element to the <a href=#img-all title=img-all>completely
    available</a> state, update the presentation of the image appropriately, <a href=#queue-a-task>queue a
    task</a> to <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-load>load</code> at the
    <code><a href=#the-img-element>img</a></code> element, and abort these steps.</li>

Modified: source
===================================================================
--- source	2013-06-07 23:43:15 UTC (rev 7945)
+++ source	2013-06-07 23:47:14 UTC (rev 7946)
@@ -23490,7 +23490,7 @@
    attribute's mode, and, if that mode is not <span title="attr-crossorigin-none">No CORS</span>,
    the <code>Document</code> object's <span>origin</span>.</p></li>
 
-   <li><p>If the <span>list of available images</span>, contains an entry for <var
+   <li><p>If the <span>list of available images</span> contains an entry for <var
    title="">key</var>, then set the <code>img</code> element to the <span title="img-all">completely
    available</span> state, update the presentation of the image appropriately, <span>queue a
    task</span> to <span>fire a simple event</span> named <code title="event-load">load</code> at the




More information about the Commit-Watchers mailing list