- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 05 Apr 2017 02:10:22 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 April 2017 09:10:55 UTC
@annevk : well, the fundamental problem here is that we use ICU for all other word breaking purposes except editing & selection. I was using the term "ICU" was a way to refer to the word boundary definition for `Intl.Segmenter`. To put it another way, the word boundary behavior for selection can't be same as the one used for line breaking and `Intl.Segmenter` etc... I don't think Web authors want our word boundary behavior for selection to be the word boundary behavior of `Intl.Segmenter` either. For starters, they have specific quirks that are only desirable and useful in the context of selecting a word. And it's going to be extremely slow. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/431#issuecomment-291801149
Received on Wednesday, 5 April 2017 09:10:55 UTC