This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
data:text/html,<!doctype html> <div contenteditable=true> foo <span contenteditable=false>bar</span> baz </div> It should be specified that you can't move the cursor into the word "bar". Browsers seem to already do this in this particular case, but I received a report that not all of them do it in all cases. (In the long run, this needs to be solved by specifying Selection.modify() and requiring it to behave the same as various keystrokes.)