RESOLVED FIXED 160026
Drop [TreatNullAs=EmptyString] from CanvasRenderingContext2D.globalCompositeOperation
https://bugs.webkit.org/show_bug.cgi?id=160026
Summary Drop [TreatNullAs=EmptyString] from CanvasRenderingContext2D.globalCompositeO...
Chris Dumez
Reported 2016-07-21 09:34:53 PDT
Drop [TreatNullAs=EmptyString] from CanvasRenderingContext2D.globalCompositeOperation attribute as it does not match the specification: - https://html.spec.whatwg.org/multipage/scripting.html#canvascompositing It does not change behavior because assigning to "" or "null" gets ignored as those are not valid operations.
Attachments
Patch (4.95 KB, patch)
2016-07-21 09:37 PDT, Chris Dumez
no flags
Patch (5.26 KB, patch)
2016-07-21 09:40 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-21 09:37:10 PDT
Chris Dumez
Comment 2 2016-07-21 09:40:42 PDT
WebKit Commit Bot
Comment 3 2016-07-21 10:21:43 PDT
Comment on attachment 284221 [details] Patch Clearing flags on attachment: 284221 Committed r203510: <http://trac.webkit.org/changeset/203510>
WebKit Commit Bot
Comment 4 2016-07-21 10:21:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.