Re: [w3c/editing] [beforeinput] InputType for MacOS Transpose (ctrl-t) (#148)

> For example, how does ctrl+t behave around element boundaries? 

It won't pass editing boundary nor paragraph boundary.

> Does it only ever make changes within a single text node?

It could pass `<b>` or `<i>`, and does the similar thing as select and paste reversed plaintext.

Apple's reference [NSResponder - transpose:](https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSResponder_Class/#//apple_ref/occ/instm/NSResponder/transpose:).


-- 
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/148#issuecomment-242197444

Received on Wednesday, 24 August 2016 20:29:34 UTC