- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Aug 2011 22:06:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv29885 Modified Files: Overview.html Log Message: exposition (whatwg r6410) Index: Overview.html =================================================================== 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:07 UTC