diff --git a/index.html b/index.html index 6e3bfb4..c0cee48 100644 --- a/index.html +++ b/index.html @@ -760,7 +760,7 @@
"deleteEntireSoftLine" - delete from to the nearest visual line break before the caret + delete from the nearest visual line break before the caret position to the nearest visual line break after the caret position @@ -1492,7 +1492,7 @@

getTargetRanges() returns an arrays + "targetRange">getTargetRanges() returns an array of StaticRanges representing the text that the event will modify if it is not canceled. The returned StaticRanges MUST cover only the code points @@ -1679,7 +1679,7 @@

  • InputEvent.getTargetRanges(): - returns an arrays of StaticRanges which will be + returns an array of StaticRanges which will be affected by the change to the DOM if it is not canceled.