Re: [w3c/editing] [execCommand] Replace Editing[Before]InputEvent to InputEvent (#206)

@marcoscaceres commented on this pull request.



> @@ -759,23 +716,49 @@ <h2 id="methods-to-query-and-execute-commands">
         </li>
         <li>If the previous step returned false, return false.
         </li>
-        <li>If <var title="">command</var> is not in the <a href=
-        "#miscellaneous-commands">Miscellaneous commands</a> section, then
-        [=Dispatch=] an [= event=] at <var title="">affected editing host</var>
-        that uses the <a>EditingInputEvent</a> interface. The event's
-        {{Event/type}} attribute must be initialized to "input"; its
+        <li>If the action modified DOM tree, then [=Dispatch=] an [= event=] at

```suggestion
        <li>If the action modified DOM tree, then [=dispatch=] an [= event=] at
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/pull/206#pullrequestreview-409673107

Received on Tuesday, 12 May 2020 03:27:19 UTC