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 26919 - Arguments to what?
Summary: Arguments to what?
Status: RESOLVED NEEDSINFO
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: https://html.spec.whatwg.org/#canvas-...
Whiteboard: blocked awaiting response from IZh to...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-29 08:37 UTC by contributor
Modified: 2015-08-13 05:55 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2014-09-29 08:37:58 UTC
Specification: https://html.spec.whatwg.org/multipage/scripting.html
Multipage: https://html.spec.whatwg.org/multipage/#canvas-serialisation-arguments
Complete: https://html.spec.whatwg.org/#canvas-serialisation-arguments
Referrer: https://html.spec.whatwg.org/multipage/

Comment:
Arguments to what?
Is this API standardized? It is strange to talk about arguments without
mentioning functions to which they applies.
// IZh


Posted from: 212.44.150.238
User agent: Mozilla/5.0 (X11; Linux i686; rv:32.0) Gecko/20100101 Firefox/32.0 SeaMonkey/2.29
Comment 1 Ian 'Hixie' Hickson 2014-09-29 16:43:04 UTC
That whole section is just defining the in-spec "a serialisation of the bitmap as a file" algorithm, not an API. That algorithm is itself used in some APIs, though, like toDataURL(). Does that make sense?