Dennis Hackethal’s Blog
My blog about philosophy, coding, and anything else that interests me.
Tweet
This mirrored tweet of mine may be formatted slightly differently than on Twitter.
This is an older tweet. I don’t necessarily endorse it anymore.
Dennis Hackethal
Saying that returning false from an object-property event handler will "cancel the event" may be a bit misleading as the event still triggers. It has to, since JS doesn't know that the fn returns false before running it. Only the default behavior after the fn runs is canceled.
What people are saying
Below comments were posted on this blog, not on Twitter.