[Bug 8405] New: The setter method is defined with an octet argument, so type conversions will happen as defined by WebIDL before the setter implementation gets to see it, and so the setter will only see valid values (integers 0..255) and shouldn't define any rounding or

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

           Summary: The setter method is defined with an octet argument, so
                    type conversions will happen as defined by WebIDL before
                    the setter implementation gets to see it, and so the
                    setter will only see valid values (integers 0..255) and
                    shouldn't define any rounding or
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#dom-
                    canvaspixelarray-set
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


Section:
http://www.whatwg.org/specs/web-apps/current-work/#dom-canvaspixelarray-set

Comment:
The setter method is defined with an octet argument, so type conversions will
happen as defined by WebIDL before the setter implementation gets to see it,
and so the setter will only see valid values (integers 0..255) and shouldn't
define any rounding or clamping itself. [pt]

Posted from: 128.232.100.130


-- 
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 Monday, 30 November 2009 18:30:11 UTC