You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should the relationship between browser-controlled editing history and beforeInput event be? Should redo/undo have beforeInput events?
If JS handles beforeInput events, should the browser try to figure out what changes were made? Is that technically possible?
The text was updated successfully, but these errors were encountered:
Resolution:
Should redo/undo have beforeInput events? Yes.
What should the relationship between browser-controlled editing history and beforeInput event be? Browser Undo stack stays un-affected and dom is not being affected.
If JS handles beforeInput events, should the browser try to figure out what changes were made? Is that technically possible? left for future discussion, not blocking beforeInput event spec.
What should the relationship between browser-controlled editing history and beforeInput event be? Should redo/undo have beforeInput events?
If JS handles beforeInput events, should the browser try to figure out what changes were made? Is that technically possible?
The text was updated successfully, but these errors were encountered: