Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #30323
| Path | csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: Ctrl + onload |
| Date | Tue, 26 Apr 2016 02:55:45 +0200 |
| Organization | PointedEars Software (PES) |
| Lines | 30 |
| Message-ID | <1736465.toUCHjCSI4@PointedEars.de> (permalink) |
| References | <nepuha$19br$1@gioia.aioe.org> <nf447d$qv0$1@gioia.aioe.org> <7166847.g7ly2KG8ZP@PointedEars.de> |
| Reply-To | Thomas 'PointedEars' Lahn <cljs@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 8Bit |
| X-Trace | solani.org 1461632146 26275 eJwFwYEBwCAIA7CXhtAq5yDY/09YAqexdxAMCAqrmU3Z8Wr3zlVdgN4dLFpm53kXn0eWaekHJwURZA== (26 Apr 2016 00:55:46 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Tue, 26 Apr 2016 00:55:46 +0000 (UTC) |
| User-Agent | KNode/4.14.2 |
| X-User-ID | eJwFwYEBwCAIA7CXECnUc6SO/09Ygp0rVZHIwGCso4qTPoHHz+gdN9u1Qd43TnnWA+3o0zaF+hasq7ne0Q9KpBWb |
| Cancel-Lock | sha1:cxxgKpMaIaRBgNB3kaE9eRcWcpU= |
| X-NNTP-Posting-Host | eJwNyMEBwCAIA8CVpEiEcSSa/Uew97xwGLgmAjMUcjuElw/j1leUO/fR6F4XoLVmW1KVdf/IByqOEco= |
| Xref | csiph.com comp.lang.javascript:30323 |
Show key headers only | View raw
Thomas 'PointedEars' Lahn wrote: > More, the first argument to an event listener, per the W3C DOM Level 2+ > Events and Web API Specifications, is a reference to an event object, an > object implementing the Event interface. It is that object that provides > information as to what were the conditions when the event was fired (i.e. > created and propagated to its target), including the status of the Ctrl > key. Correction: There is no “Web API Specification” as such; instead, several Web APIs are specified separately. W3C DOM Level 3 Events has been superseded by the “UI Events” Specification (WD) which is derived from the former, whereas the latter has informed DOM4 (REC). However, the syntax of event listeners, in particular the signature of the handleEvent() method of the callback EventListener interface, has not changed compared to DOM Level 2+ Events (it only is specified as a method of a *callback* interface now, which makes a lot more sense than the previous IDL definition, thanks to using the Web IDL). <http://www.w3.org/TR/2015/REC-dom-20151119/#goals> <http://www.w3.org/TR/2015/REC-dom-20151119/#interface-eventtarget> -- PointedEars FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/> Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix> Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.javascript | Previous | Next — Previous in thread | Find similar | Unroll thread
Ctrl + onload emf <emfril@gmail.com> - 2016-04-15 01:34 -0400
Re: Ctrl + onload emf <emfril@gmail.com> - 2016-04-18 22:13 -0400
Re: Ctrl + onload Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-04-19 19:46 +0200
Re: Ctrl + onload Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-04-26 02:55 +0200
csiph-web