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

I'm not so familiar with RTL language issues, but it seems that we are currently only exposing logical directions (`Delete*Forward/Backward`).

So will it be difficult for JS to make use of these information without knowing the actual direction (`Up/Down/Left/Right`)?

Here is a `vertical-rl` example where `DeleteBackward` means `DeleteUpward`: https://jsbin.com/yusocu

---
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

Received on Wednesday, 27 July 2016 15:38:33 UTC