Skip to content

Commit

Permalink
[e] (0) Typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9633

git-svn-id: http://svn.whatwg.org/webapps@5336 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 24, 2010
1 parent 81ae292 commit d3f161b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -29925,7 +29925,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co
<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>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -29850,7 +29850,7 @@ interface <dfn id=timedtrackcue>TimedTrackCue</dfn> {
<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>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -32735,7 +32735,7 @@ interface <dfn>TimedTrackCue</dfn> {
<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
Expand Down

0 comments on commit d3f161b

Please sign in to comment.