This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15122 - interface HTMLCanvasElement : HTMLElement { attribute unsigned long width; attribute unsigned long height; DOMString toDataURL(optional DOMString type, any... args); void toBlob(FileCallback? callback, optional DOMString type, a
Summary: interface HTMLCanvasElement : HTMLElement { attribute unsigned lon...
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-09 00:58 UTC by contributor
Modified: 2012-07-18 18:42 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2011-12-09 00:58:53 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html
Multipage: http://www.whatwg.org/C#the-canvas-element
Complete: http://www.whatwg.org/c#the-canvas-element

Comment:
interface HTMLCanvasElement : HTMLElement {	       attribute unsigned long
width;		  attribute unsigned long height;    DOMString
toDataURL(optional DOMString type, any... args);   void toBlob(FileCallback?
callback, optional DOMString type, any... args);    object?
getContext(DOMString contextId, any... args); };

Posted from: 98.244.90.149
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2