[html5] r5336 - [e] (0) Typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9633
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 24 13:02:25 PDT 2010
Author: ianh
Date: 2010-08-24 13:02:23 -0700 (Tue, 24 Aug 2010)
New Revision: 5336
Modified:
complete.html
index
source
Log:
[e] (0) Typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9633
Modified: complete.html
===================================================================
--- complete.html 2010-08-24 19:57:02 UTC (rev 5335)
+++ complete.html 2010-08-24 20:02:23 UTC (rev 5336)
@@ -29925,7 +29925,7 @@
<p class=note>When trying to use types other than
<code>image/png</code>, authors can check if the image was really
returned in the requested format by checking to see if the returned
- string starts with one the exact strings "<code title="">data:image/png,</code>" or "<code title="">data:image/png;</code>". If it does, the image is PNG, and
+ string starts with one of the exact strings "<code title="">data:image/png,</code>" or "<code title="">data:image/png;</code>". If it does, the image is PNG, and
thus the requested type was not supported. (The one exception to
this is if the canvas has either no height or no width, in which
case the result might simply be "<code title="">data:,</code>".)</p>
Modified: index
===================================================================
--- index 2010-08-24 19:57:02 UTC (rev 5335)
+++ index 2010-08-24 20:02:23 UTC (rev 5336)
@@ -29850,7 +29850,7 @@
<p class=note>When trying to use types other than
<code>image/png</code>, authors can check if the image was really
returned in the requested format by checking to see if the returned
- string starts with one the exact strings "<code title="">data:image/png,</code>" or "<code title="">data:image/png;</code>". If it does, the image is PNG, and
+ string starts with one of the exact strings "<code title="">data:image/png,</code>" or "<code title="">data:image/png;</code>". If it does, the image is PNG, and
thus the requested type was not supported. (The one exception to
this is if the canvas has either no height or no width, in which
case the result might simply be "<code title="">data:,</code>".)</p>
Modified: source
===================================================================
--- source 2010-08-24 19:57:02 UTC (rev 5335)
+++ source 2010-08-24 20:02:23 UTC (rev 5336)
@@ -32735,7 +32735,7 @@
<p class="note">When trying to use types other than
<code>image/png</code>, authors can check if the image was really
returned in the requested format by checking to see if the returned
- string starts with one the exact strings "<code
+ string starts with one of the exact strings "<code
title="">data:image/png,</code>" or "<code
title="">data:image/png;</code>". If it does, the image is PNG, and
thus the requested type was not supported. (The one exception to
More information about the Commit-Watchers
mailing list