[Bug 14315] New: 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

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14315

           Summary: 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
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#dfn
                    ReturnLink-0
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


Specification:
http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html
Multipage: http://www.whatwg.org/C#dfnReturnLink-0
Complete: http://www.whatwg.org/c#dfnReturnLink-0

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: 71.62.201.51
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like
Gecko) Chrome/14.0.835.186 Safari/535.1

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 27 September 2011 18:20:54 UTC