fromAcko.net2 weeks agoHTML is Dead, Long Live HTMLThe DOM and its APIs are outdated and overly complex, necessitating a rethinking of how web applications interact with browser environments.
Node JSfromSitePoint Forums | Web Development & Design Community3 months agoIs the "this" value in a DOM event handler bound to any "EventTarget" rather than only to DOM elements?MDN should clarify that 'this' refers to an EventTarget, not just DOM elements.The specification indicates 'this' is bound to the EventTarget the listener is attached to.