Re: [whatwg/dom] Range#expand() (#431)

> > In fact, there is no way for us to expose that to Intl.Segmenter
> Does that mean you're unable to implement the "word" part of the Intl.Segmenter proposal?

No, we can totally implement that for `Intl.Segmenter` because we have ICU, and we use that for word breaking, etc... what I'm saying is that the word boundary behavior for selection is completely different from what we use for line breaking and `Intl.Segmenter`. It requires a hit testing in AppKit.

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

Received on Wednesday, 5 April 2017 08:16:58 UTC