> The question is, if your algorithm can > identify where the change happen inside the DOM? yes it can. on every text node in the diff DOM tree you can ask .getModification().getType() which can be either ModificationType.CHANGED, ModificationType.REMOVED, ModificationType.ADDED or ModificationType.NONE