- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Tue, 12 May 2020 05:24:18 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <w3c/editing/pull/206/review/409985601@github.com>
@saschanaz commented on this pull request. > @@ -710,17 +672,12 @@ <h2 id="methods-to-query-and-execute-commands"> would not be <a href="#enabled">enabled</a>. </p> </li> - <li>[=Dispatch=] an [=event=] at <var title="">affected editing - host</var> that uses the <a>EditingBeforeInputEvent</a> interface. - The event's {{Event/type}} attribute must be initialized to - "beforeinput"; its {{Event/isTrusted}}, {{Event/bubbles}}, and - {{Event/cancelable}} attributes must be initialized to true; its - <code title="dom-EditingBeforeInputEvent-command"><a href= - "#dom-editingbeforeinputevent-command">command</a></code> attribute - must be initialized to <var title="">command</var>; and its - <code title="dom-EditingBeforeInputEvent-value"><a href= - "#dom-editingbeforeinputevent-value">value</a></code> attribute - must be initialized to <var title="">value</var>. + <li>[=Dispatch=] an [=event=] at <var>affected editing host</var> It happens synchronously on both Firefox and Chrome. Check out https://codepen.io/SaschaNaz/pen/MWaXLQE to see the behavior. -- 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#discussion_r423690096
Received on Tuesday, 12 May 2020 12:24:30 UTC