[Bug 17284] The type of fillStyle/strokeStyle should probably be |(DOMString or CanvasGradient or CanvasPattern)|

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17284

Ms2ger <Ms2ger@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public-html-wg-issue-tracki
                   |                            |ng@w3.org,
                   |                            |public-html@w3.org
          Component|other Hixie drafts (editor: |HTML Canvas 2D Context
                   |Ian Hickson)                |(editor: Ian Hickson)

--- Comment #1 from Ms2ger <Ms2ger@gmail.com> 2012-06-01 12:37:28 UTC ---
Currently the spec isn't terribly clear on what should happen for, for example,
ctx.fillStyle = { valueOf: function() { return "blue" } }. Deferring to WebIDL
would fix that.

-- 
Configure bugmail: https://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 Friday, 1 June 2012 12:37:39 UTC