Re: PSA: publishing FPWD of D3E Keyboard {key,code} Values specs and WD of UI Events
Anne van Kesteren <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CADnb78iuELY2PVPGVFOWCe3+j-B2PQUjsLnSucBNZVF1WAWK6A@mail.gmail.com> |
On Fri, May 30, 2014 at 7:09 PM, Travis Leithead <[email protected]> wrote: > The event dispatch flow, handling of canceled flag, etc., is already spec'd in DOM, Well, yes. However, D3E talks a lot about "default action". Instead, it should talk about a particular action occurring (such as the user pressing a key) as part of a system-level task and that action should then cause a number of steps to happen: 1. Gather enough data to create the appropriate event object. 2. Dispatch the created event at a node that is also determined somehow. 3. Check the event's canceled flag to see whether any "default action" can happen at this point. Note that I left a ton of stuff vague here. We should try to be less vague in the specification. > and we're actively dropping the normative requirements for that stuff as part of Bug 25485 Excellent. > I've now filed Bug 25927 [Specify the Event Loop integration for various non-deprecated events, incl. hit testing]. Thanks. -- http://annevankesteren.nl/