This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14853 - The variable 'node' in the example function 'processClick' is never defined anywhere
Summary: The variable 'node' in the example function 'processClick' is never defined a...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
: 15218 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-11-17 13:00 UTC by contributor
Modified: 2012-07-18 18:40 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2011-11-17 13:00:31 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html
Multipage: http://www.whatwg.org/C#dom-context-2d-ispointinpath
Complete: http://www.whatwg.org/c#dom-context-2d-ispointinpath

Comment:
The variable 'node' in the example function 'processClick' is never defined
anywhere

Posted from: 93.96.191.166
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.8 (KHTML, like Gecko) Chrome/17.0.938.0 Safari/535.8
Comment 1 Ian 'Hixie' Hickson 2011-12-07 23:59:32 UTC
Uh, yeah. Should be set to event.target before the loop, I think.
Comment 2 Christian d'Heureuse 2011-12-15 22:55:58 UTC
*** Bug 15218 has been marked as a duplicate of this bug. ***
Comment 3 contributor 2012-01-31 19:22:30 UTC
Checked in as WHATWG revision r6944.
Check-in comment: Fix some typos or copypasta.
http://html5.org/tools/web-apps-tracker?from=6943&to=6944