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

For your entertainment, [TextBoundaries.mm#L183](https://github.com/WebKit/webkit/blob/ac16a1d28212db328b7fc5cbc5d7b90b50d7e470/Source/WebCore/platform/text/mac/TextBoundaries.mm#L183) is the code that uses [doubleClickAtIndex](https://developer.apple.com/reference/foundation/nsattributedstring/1534748-doubleclickatindex) in AppKit. It's absolutely horrifying but nonetheless, that's what we use for word breaking in our editing / selection code.

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

Received on Wednesday, 5 April 2017 08:38:43 UTC