- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Aug 2011 22:46:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1648 Modified Files: common-dom-interfaces.html embedded-content-1.html fetching-resources.html spec.html Log Message: exposition (whatwg r6410) [updated by splitter] Index: common-dom-interfaces.html =================================================================== RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- common-dom-interfaces.html 6 Aug 2011 07:46:27 -0000 1.65 +++ common-dom-interfaces.html 10 Aug 2011 22:46:21 -0000 1.66 @@ -511,7 +511,7 @@ </ol><p>On setting, if the given element has an <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> attribute, then the content attribute must be set to the value of that <code title="attr-id"><a href="elements.html#the-id-attribute">id</a></code> - attribute. Otherwise, the IDL attribute must be set to the empty + attribute. Otherwise, the content attribute must be set to the empty string.</p> </div><h4 id="collections-0"><span class="secno">2.8.2 </span>Collections</h4><p>The <code><a href="#htmlallcollection">HTMLAllCollection</a></code>, Index: fetching-resources.html =================================================================== RCS file: /sources/public/html5/spec/fetching-resources.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- fetching-resources.html 28 Jul 2011 01:46:26 -0000 1.56 +++ fetching-resources.html 10 Aug 2011 22:46:22 -0000 1.57 @@ -802,7 +802,7 @@ <dd> - <p>Tbe <a href="webappapis.html#concept-task" title="concept-task">tasks</a> from the + <p>The <a href="webappapis.html#concept-task" title="concept-task">tasks</a> from the <a href="#fetch">fetch</a> algorithm are <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> normally, but for the purposes of the calling algorithm, the obtained resource is @@ -816,7 +816,7 @@ <dd> - <p>Tbe <a href="webappapis.html#concept-task" title="concept-task">tasks</a> from the + <p>The <a href="webappapis.html#concept-task" title="concept-task">tasks</a> from the <a href="#fetch">fetch</a> algorithm are <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> normally, and for the purposes of the calling algorithm, the obtained resource is @@ -868,7 +868,7 @@ <dd> - <p>Tbe <a href="webappapis.html#concept-task" title="concept-task">tasks</a> from the + <p>The <a href="webappapis.html#concept-task" title="concept-task">tasks</a> from the <a href="#fetch">fetch</a> algorithm are <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> normally, and for the purposes of the calling algorithm, the obtained resource is Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-1.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- embedded-content-1.html 28 Jul 2011 01:46:26 -0000 1.57 +++ embedded-content-1.html 10 Aug 2011 22:46:21 -0000 1.58 @@ -390,7 +390,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><p>The <dfn id="attr-img-crossorigin" title="attr-img-crossorigin"><code>crossorigin</code></dfn> - attribute is a <a href="fetching-resources.html#cors-settings-attribute">CORS settings attribute</a>.</p><div class="impl"> + attribute is a <a href="fetching-resources.html#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.html#the-canvas-element">canvas</a></code>.</p><div class="impl"> <hr><p>An <code><a href="#the-img-element">img</a></code> is always in one of the following states:</p> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1601 retrieving revision 1.1602 diff -u -d -r1.1601 -r1.1602 --- spec.html 10 Aug 2011 21:46:23 -0000 1.1601 +++ spec.html 10 Aug 2011 22:46:22 -0000 1.1602 @@ -349,7 +349,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5114. +This is revision 1.5116. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Wednesday, 10 August 2011 22:46:25 UTC