[Bug 11670] New: "The setTransform(a, b, c, d, e, f) method must [...] invoke the transform(a, b, c, d, e, f) method" - so if I set CanvasRenderingContext2D.prototype.transform=function(){alert()}, then calling setTransform would trigger the alert? Probably this shouldn't

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

           Summary: "The setTransform(a, b, c, d, e, f) method must [...]
                    invoke the transform(a, b, c, d, e, f) method" - so if
                    I set
                    CanvasRenderingContext2D.prototype.transform=function(
                    ){alert()}, then calling setTransform would trigger
                    the alert? Probably this shouldn't
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#tra
                    nsformations
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML Canvas 2D Context (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: 
Section:
http://www.whatwg.org/specs/web-apps/current-work/complete.html#transformations

Comment:
"The setTransform(a, b, c, d, e, f) method must [...] invoke the transform(a,
b, c, d, e, f) method" - so if I set
CanvasRenderingContext2D.prototype.transform=function(){alert()}, then calling
setTransform would trigger the alert? Probably this shouldn't be defined in
terms of method invocation

Posted from: 128.232.100.193

-- 
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 Wednesday, 5 January 2011 16:19:27 UTC