- From: poot <cvsmail@w3.org>
- Date: Wed, 10 Aug 2011 18:06:11 -0400
- To: public-html-diffs@w3.org
hixie: exposition (whatwg r6410) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5115&r2=1.5116&f=h http://html5.org/tools/web-apps-tracker?from=6409&to=6410 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5115 retrieving revision 1.5116 diff -u -d -r1.5115 -r1.5116 --- Overview.html 10 Aug 2011 21:57:26 -0000 1.5115 +++ Overview.html 10 Aug 2011 22:06:00 -0000 1.5116 @@ -6522,7 +6522,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 @@ -6536,7 +6536,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 @@ -6588,7 +6588,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 @@ -18325,7 +18325,9 @@ In particular, <code><a href="#the-img-element">img</a></code> elements should not be used to display transparent images, as they rarely convey meaning and rarely add anything useful to the document.<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>.<div class="impl"> + 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>.<div class="impl"> <hr><p>An <code><a href="#the-img-element">img</a></code> is always in one of the following states:</p>
Received on Wednesday, 10 August 2011 22:06:17 UTC