Re: [w3c/editing] Should we expose physical direction in Deletion commands? (for the case of RTL) (#133)

> Deletion should have logical direction (forward and backward) and granularity (character, word, line, ...).

Just the way it is setup already right now, correct?

> Default behavior of "keyDown" event might generate beforeinput event

Yes, this is described in the ui events [1], correct?

> with deletion type based on key code and modifies.

Right, basically the backspace-key gives a different deletion-direction than the delete-key. And for deletion of words and lines in either direction there are other shortcuts on some platforms. Right?


If we agree on all this, and the current spec draft already covers all of this, should we close this ticket? What do you guys think?

[1] https://w3c.github.io/uievents/#events-keyboard-event-order

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/133#issuecomment-235780736

Received on Thursday, 28 July 2016 02:11:27 UTC