- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 29 Mar 2010 05:56:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv31192 Modified Files: spec.html the-canvas-element.html video.html Log Message: grammar error (whatwg r4893) [updated by splitter] Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.741 retrieving revision 1.742 diff -u -d -r1.741 -r1.742 --- the-canvas-element.html 24 Mar 2010 09:06:40 -0000 1.741 +++ the-canvas-element.html 29 Mar 2010 05:56:33 -0000 1.742 @@ -483,12 +483,17 @@ </div><table><thead><tr><th> Type </th><th> Other arguments </th></tr></thead><tbody><tr><td> image/jpeg </td><td> The second argument<span class="impl">, if it</span> is a - number between 0.0 and 1.0<span class="impl">, must be</span> - treated as the desired quality level. <span class="impl">If it is - not a number or is outside that range, the user agent must use - its default value, as if the argument had been omitted.</span> + number in the range 0.0 to 1.0 inclusive<span class="impl">, must + be</span> treated as the desired quality level. <span class="impl">If it is not a number or is outside that range, the + user agent must use its default value, as if the argument had + been omitted.</span> </td></tr></tbody></table><div class="impl"> + <p>For the purposes of these rules, an argument is considered to be + a number if it is converted to an IDL double value by the rules for + handling arguments of type <code title="">any</code> in the Web IDL + specification. <a href="references.html#refsWEBIDL">[WEBIDL]</a></p> + <p>Other arguments must be ignored and must not cause the user agent to raise an exception. A future version of this specification will probably define other parameters to be passed to <code title="dom-canvas-toDataURL"><a href="#dom-canvas-todataurl">toDataURL()</a></code> to allow authors to Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.749 retrieving revision 1.750 diff -u -d -r1.749 -r1.750 --- video.html 26 Mar 2010 01:36:36 -0000 1.749 +++ video.html 29 Mar 2010 05:56:33 -0000 1.750 @@ -1860,7 +1860,7 @@ </td><td>Hints to the user agent that the author either does not expect the user to need the media resource, or that the server wants to minimise unnecessary traffic. </td></tr><tr><td><dfn id="attr-media-preload-metadata" title="attr-media-preload-metadata"><code>metadata</code></dfn> </td><td><dfn id="attr-media-preload-metadata-state" title="attr-media-preload-metadata-state">Metadata</dfn> - </td><td>Hints to the user agent that the author either does not expect the user to need the media resource, but that fetching the resource metadata (dimensions, first frame, track list, duration, etc) is reasonable. + </td><td>Hints to the user agent that the author does not expect the user to need the media resource, but that fetching the resource metadata (dimensions, first frame, track list, duration, etc) is reasonable. </td></tr><tr><td><dfn id="attr-media-preload-auto" title="attr-media-preload-auto"><code>auto</code></dfn> </td><td><dfn id="attr-media-preload-auto-state" title="attr-media-preload-auto-state">Automatic</dfn> </td><td>Hints to the user agent that the user agent can put the user's needs first without risk to the server, up to and including optimistically downloading the entire resource. Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.910 retrieving revision 1.911 diff -u -d -r1.910 -r1.911 --- spec.html 29 Mar 2010 05:46:34 -0000 1.910 +++ spec.html 29 Mar 2010 05:56:33 -0000 1.911 @@ -307,7 +307,7 @@ </dl><p>This specification is available in the following formats: <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>. -This is revision 1.3912. +This is revision 1.3915. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 29 March 2010 05:56:37 UTC