[w3c/uievents] Specify typical default scroll action for keydown events with Arrow, PageUp, PageDown, Home, End keys (Issue #325)

In section [5.6.4.1. keydown](https://w3c.github.io/uievents/#event-type-keydown) the default action of a keydown is stated to depend on the key. Default actions are stated for character keys, text composition, Tab, and Enter. In most browsers, the typical default action of keys PageUp, PageDown, ArrowUp, ArrowRight, ArrowDown, ArrowLeft, Home, and End is to perform a scroll by various magnitudes in various directions, however this is not mentioned in the spec.

I think it might be useful to specify the key scrolling behavior and targeting as we have a fairly common agreed upon behavior in most browsers, and it would give us a place to resolve any potential interop differences between them.

Notably, in section [5.4.2.1. wheel](https://w3c.github.io/uievents/#wheel), the spec states that the typical default action of a wheel event is to scroll the document.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/325
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/uievents/issues/325@github.com>

Received on Friday, 6 May 2022 20:17:32 UTC