From 393a9afeea6458d0fcd87307d69a66e3dce2672b Mon Sep 17 00:00:00 2001 From: Steven Sinatra Date: Mon, 3 Jul 2017 13:18:22 +1000 Subject: [PATCH] Small tweak on the wording on InputEvent types --- sections/event-types.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sections/event-types.txt b/sections/event-types.txt index 4c260b8..66f450c 100644 --- a/sections/event-types.txt +++ b/sections/event-types.txt @@ -2285,8 +2285,8 @@ myDiv.addEventListener("auxclick", function(e) { | |
  • {{UIEvent}}.{{UIEvent/view}} : Window
  • | | |
  • {{UIEvent}}.{{UIEvent/detail}} : 0
  • | | |
  • {{InputEvent}}.{{InputEvent/data}} : the string containing the data that will | - | | be added to the element, which MAY be null if the content has | - | | been deleted
  • | + | | be added to the element, which MAY be null if the content will | + | | be deleted | | |
  • {{InputEvent}}.{{InputEvent/isComposing}} : true if this event is | | | dispatched during a dead key sequence or while an | | | input method editor is active (such that | @@ -2317,9 +2317,9 @@ myDiv.addEventListener("auxclick", function(e) { | (trusted events) |
  • {{Event}}.{{Event/target}} : event target that was just updated
  • | | |
  • {{UIEvent}}.{{UIEvent/view}} : Window
  • | | |
  • {{UIEvent}}.{{UIEvent/detail}} : 0
  • | - | |
  • {{InputEvent}}.{{InputEvent/data}} : the string containing the data that will | - | | be added to the element, which MAY be the empty string if the content has | - | | been deleted
  • | + | |
  • {{InputEvent}}.{{InputEvent/data}} : the string containing the data that has | + | | been added to the element, which MAY be the empty string if the content | + | | has been deleted
  • | | |
  • {{InputEvent}}.{{InputEvent/isComposing}} : true if this event is | | | dispatched during a dead key sequence or while an | | | input method editor is active (such that |