EVENTS

Constant EVENTS 

Source
pub const EVENTS: &[(&str, &str)];
Expand description

The events the client interprets, and what each one is.

Five, and the list is not a design — it is a reading of beck-patch.js. enter is the odd one: the DOM event is keydown filtered to the Enter key, because “submit on Enter” is what an input wants and a raw keydown is not something a declarative attribute can usefully carry.

The W3C’s ARIA Authoring Practices keyboard tables want arrows, Home, End, Escape, Space and typeahead, none of which are here. That gap is the client’s to close (docs/104 §104.8), and this table is what makes it a refusal rather than an attribute that does nothing.