- From: yosin <notifications@github.com>
- Date: Thu, 28 Jul 2016 18:40:38 -0700
- To: w3c/editing <editing@noreply.github.com>
Received on Friday, 29 July 2016 01:41:09 UTC
>From platform dev's view, it is easy to understand that Delete(G) = Extend Selection by G + Delete. >From user's view, it is also easy to understand since selected range will be delete. So, current behavior of forward/backward deletion of line is logically make sense and it works as other granularity. Only one exception is Backward Deletion regarding grapheme, some script want to remove grapheme, some script want to remove code point. [UAX#29 UNICODE TEXT SEGMENTATION,](http://www.unicode.org/reports/tr29/) doesn't define behavior for Backward Deletion. So, I would like to have specification of backward deletion for grapheme. --- 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-236073267
Received on Friday, 29 July 2016 01:41:09 UTC