Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18999
Affected topics: Canvas, DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7463 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 12, 2012
1 parent d112295 commit 0acc2c9
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 @@ -36682,7 +36682,7 @@ <h4 id=the-canvas-element><span class=secno>4.8.11 </span>The <dfn id=canvas><co

<p>Otherwise, the image file's pixel data must be the canvas
bitmap's pixel data scaled to one image pixel per coordinate space
unitl, and if the file format used supports encoding resolution
unit, and if the file format used supports encoding resolution
metadata, the resolution must be given as 96dpi (one image pixel per
CSS pixel).</p>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -36682,7 +36682,7 @@ dictionary <dfn id=trackeventinit>TrackEventInit</dfn> : <a href=#eventinit>Even

<p>Otherwise, the image file's pixel data must be the canvas
bitmap's pixel data scaled to one image pixel per coordinate space
unitl, and if the file format used supports encoding resolution
unit, and if the file format used supports encoding resolution
metadata, the resolution must be given as 96dpi (one image pixel per
CSS pixel).</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -42834,7 +42834,7 @@ dictionary <dfn>TrackEventInit</dfn> : <span>EventInit</span> {

<p>Otherwise, the image file's pixel data must be the canvas
bitmap's pixel data scaled to one image pixel per coordinate space
unitl, and if the file format used supports encoding resolution
unit, and if the file format used supports encoding resolution
metadata, the resolution must be given as 96dpi (one image pixel per
CSS pixel).</p>

Expand Down

0 comments on commit 0acc2c9

Please sign in to comment.