[html5] r6410 - [e] (0) exposition Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13312

whatwg at whatwg.org whatwg at whatwg.org
Wed Aug 10 15:05:51 PDT 2011


Author: ianh
Date: 2011-08-10 15:05:49 -0700 (Wed, 10 Aug 2011)
New Revision: 6410

Modified:
   complete.html
   index
   source
Log:
[e] (0) exposition
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13312

Modified: complete.html
===================================================================
--- complete.html	2011-08-10 21:57:14 UTC (rev 6409)
+++ complete.html	2011-08-10 22:05:49 UTC (rev 6410)
@@ -7728,7 +7728,7 @@
 
        <dd>
 
-        <p>Tbe <a href=#concept-task title=concept-task>tasks</a> from the
+        <p>The <a href=#concept-task title=concept-task>tasks</a> from the
         <a href=#fetch>fetch</a> algorithm are <a href=#queue-a-task title="queue a
         task">queued</a> normally, but for the purposes of the
         calling algorithm, the obtained resource is
@@ -7742,7 +7742,7 @@
 
        <dd>
 
-        <p>Tbe <a href=#concept-task title=concept-task>tasks</a> from the
+        <p>The <a href=#concept-task title=concept-task>tasks</a> from the
         <a href=#fetch>fetch</a> algorithm are <a href=#queue-a-task title="queue a
         task">queued</a> normally, and for the purposes of the
         calling algorithm, the obtained resource is
@@ -7794,7 +7794,7 @@
 
        <dd>
 
-        <p>Tbe <a href=#concept-task title=concept-task>tasks</a> from the
+        <p>The <a href=#concept-task title=concept-task>tasks</a> from the
         <a href=#fetch>fetch</a> algorithm are <a href=#queue-a-task title="queue a
         task">queued</a> normally, and for the purposes of the
         calling algorithm, the obtained resource is
@@ -22150,7 +22150,9 @@
   add anything useful to the document.</p>
 
   <p>The <dfn id=attr-img-crossorigin title=attr-img-crossorigin><code>crossorigin</code></dfn>
-  attribute is a <a href=#cors-settings-attribute>CORS settings attribute</a>.</p>
+  attribute is a <a href=#cors-settings-attribute>CORS settings attribute</a>. Its purpose is
+  to allow images from third-party sites that allow cross-origin
+  access to be used with <code><a href=#the-canvas-element>canvas</a></code>.</p>
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2011-08-10 21:57:14 UTC (rev 6409)
+++ index	2011-08-10 22:05:49 UTC (rev 6410)
@@ -7592,7 +7592,7 @@
 
        <dd>
 
-        <p>Tbe <a href=#concept-task title=concept-task>tasks</a> from the
+        <p>The <a href=#concept-task title=concept-task>tasks</a> from the
         <a href=#fetch>fetch</a> algorithm are <a href=#queue-a-task title="queue a
         task">queued</a> normally, but for the purposes of the
         calling algorithm, the obtained resource is
@@ -7606,7 +7606,7 @@
 
        <dd>
 
-        <p>Tbe <a href=#concept-task title=concept-task>tasks</a> from the
+        <p>The <a href=#concept-task title=concept-task>tasks</a> from the
         <a href=#fetch>fetch</a> algorithm are <a href=#queue-a-task title="queue a
         task">queued</a> normally, and for the purposes of the
         calling algorithm, the obtained resource is
@@ -7658,7 +7658,7 @@
 
        <dd>
 
-        <p>Tbe <a href=#concept-task title=concept-task>tasks</a> from the
+        <p>The <a href=#concept-task title=concept-task>tasks</a> from the
         <a href=#fetch>fetch</a> algorithm are <a href=#queue-a-task title="queue a
         task">queued</a> normally, and for the purposes of the
         calling algorithm, the obtained resource is
@@ -22014,7 +22014,9 @@
   add anything useful to the document.</p>
 
   <p>The <dfn id=attr-img-crossorigin title=attr-img-crossorigin><code>crossorigin</code></dfn>
-  attribute is a <a href=#cors-settings-attribute>CORS settings attribute</a>.</p>
+  attribute is a <a href=#cors-settings-attribute>CORS settings attribute</a>. Its purpose is
+  to allow images from third-party sites that allow cross-origin
+  access to be used with <code><a href=#the-canvas-element>canvas</a></code>.</p>
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2011-08-10 21:57:14 UTC (rev 6409)
+++ source	2011-08-10 22:05:49 UTC (rev 6410)
@@ -7516,7 +7516,7 @@
 
        <dd>
 
-        <p>Tbe <span title="concept-task">tasks</span> from the
+        <p>The <span title="concept-task">tasks</span> from the
         <span>fetch</span> algorithm are <span title="queue a
         task">queued</span> normally, but for the purposes of the
         calling algorithm, the obtained resource is
@@ -7530,7 +7530,7 @@
 
        <dd>
 
-        <p>Tbe <span title="concept-task">tasks</span> from the
+        <p>The <span title="concept-task">tasks</span> from the
         <span>fetch</span> algorithm are <span title="queue a
         task">queued</span> normally, and for the purposes of the
         calling algorithm, the obtained resource is
@@ -7594,7 +7594,7 @@
 
        <dd>
 
-        <p>Tbe <span title="concept-task">tasks</span> from the
+        <p>The <span title="concept-task">tasks</span> from the
         <span>fetch</span> algorithm are <span title="queue a
         task">queued</span> normally, and for the purposes of the
         calling algorithm, the obtained resource is
@@ -23674,7 +23674,9 @@
 
   <p>The <dfn
   title="attr-img-crossorigin"><code>crossorigin</code></dfn>
-  attribute is a <span>CORS settings attribute</span>.</p>
+  attribute is a <span>CORS settings attribute</span>. Its purpose is
+  to allow images from third-party sites that allow cross-origin
+  access to be used with <code>canvas</code>.</p>
 
   <div class="impl">
 




More information about the Commit-Watchers mailing list