[Bug 11172] New: wouldn't it be better to return the context handler instead of void, making "context.moveTo(x1,y1).lineTo(x2,y2).lineTo..." possible and easier?

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

           Summary: wouldn't it be better to return the context handler
                    instead of void, making
                    "context.moveTo(x1,y1).lineTo(x2,y2).lineTo..."
                    possible and easier?
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#the
                    -canvas-state
        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


Section:
http://www.whatwg.org/specs/web-apps/current-work/complete.html#the-canvas-state

Comment:
wouldn't it be better to return the context handler instead of void, making
"context.moveTo(x1,y1).lineTo(x2,y2).lineTo..." possible and easier?

Posted from: 84.110.19.97

-- 
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 Friday, 29 October 2010 19:54:13 UTC