- From: Ryosuke Niwa <notifications@github.com>
- Date: Wed, 05 Apr 2017 01:53:14 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 April 2017 08:54:17 UTC
Sorry, hit testing was a red-herring to say. I don't think AppKit does actual hit-testing. It's likely doing some magic with ICU. I said hit testing because the method is called `doubleClickAtIndex`. It doesn't go through any sort of hit testing in CSS boxes or any DOM nodes for that matter. My point was mainly that we get a string and pass it to AppKit, and AppKit does something with it, which is completely opaque to us. So we can't really describe it in terms of ICU operations. -- 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-291796943
Received on Wednesday, 5 April 2017 08:54:17 UTC