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

> @yosinch mentioned one about `vertical-rl` that I couldn't fully understand/reproduce (the `Forward-Line == Left-Line` case)

It would be interested to hear what that is about. For deleting a line forward or backward, in JS I would use the `getTargetRanges` method to find what part of the DOM corresponds to the line that is to be deleted forward or backward. For the most basic case it seems like it wouldn't matter which direction the lines are rendered on-screen.

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

Received on Wednesday, 27 July 2016 17:37:18 UTC