- From: Johannes Wilm <notifications@github.com>
- Date: Fri, 29 May 2015 23:32:37 -0700
- To: w3c/editing <editing@noreply.github.com>
Received on Saturday, 30 May 2015 06:33:07 UTC
@rniwa: Given that we already can find the current caret position (using something like document.getSelection().getRangeAt(0).getClientRects()[0] ), I wonder if an `beforeselectionchange` event would give us all the information we need to have to implement the two versions of arrow up/down that have been mentioned. Especially given that it seems Safari is not willing to expose more simple underlying pieces of data for now. The `beforeselectionchange` event would give us a range corresponding to where the caret would be after the update, unless preventDefault is called on that event, right? --- Reply to this email directly or view it on GitHub: https://github.com/w3c/editing/issues/56#issuecomment-106994823
Received on Saturday, 30 May 2015 06:33:07 UTC