#174 updated the definition of getTargetRanges for EditContext
getTargetRanges() returns an array of StaticRanges representing the content that the event will modify if it is not canceled, if the editing host is contenteditable node or an EditContext editing host
but this doesn't really make sense: the browser does not modify the DOM from user input for EditContext (that is up to the web author to do). So perhaps for EditContext it should say something like "getTargetRanges() returns the array of StaticRanges that would be modified if the EditContext editing host were instead contenteditable" (a bit awkward, but I'm not sure if there's a better way of wording it)
#174 updated the definition of getTargetRanges for EditContext
but this doesn't really make sense: the browser does not modify the DOM from user input for EditContext (that is up to the web author to do). So perhaps for EditContext it should say something like "getTargetRanges() returns the array of StaticRanges that would be modified if the EditContext editing host were instead contenteditable" (a bit awkward, but I'm not sure if there's a better way of wording it)