RESOLVED INVALID 117093
HTMLCanvasElement supportsContext function does not account for optional attributes parameters
https://bugs.webkit.org/show_bug.cgi?id=117093
Summary HTMLCanvasElement supportsContext function does not account for optional attr...
Ruth Fong
Reported 2013-05-31 14:29:50 PDT
Once landed, the patch for bug 70117 (https://bugs.webkit.org/show_bug.cgi?id=70117) implements the supportsContext function for HTMLCanvasElement as spec'ed in HTML standards (http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#dom-canvas-supportscontext). HTML standards states that "The supportsContext(contextId, arguments...) method of the canvas element, when invoked, must return false if calling getContext() on the same object and with the same arguments would definitely return null at this time, and true otherwise." The patch for bug 70117 will not account for the optional arguments, i.e. it's return value is only based on the contextId parameter. supportsContext function (implemented in Source/WebCore/html/HTMLCanvasElement.cpp after the patch for bug 70117 lands) should be updated to account for the optional parameters.
Attachments
Radar WebKit Bug Importer
Comment 1 2013-05-31 14:30:05 PDT
Anne van Kesteren
Comment 2 2024-09-04 01:06:02 PDT
This was removed from the specification and WebKit at some point.
Note You need to log in before you can comment on or make changes to this bug.