- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Sun, 28 Jul 2019 01:35:26 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 28 July 2019 08:35:49 UTC
saschanaz commented on this pull request.
> + };
+
+ dictionary EditingBeforeInputEventInit : EventInit {
+ DOMString command;
+ DOMString value;
+ };
+
+ [Exposed=Window,
+ Constructor(DOMString type, optional EditingInputEventInit eventInitDict = {})]
+ interface EditingInputEvent : Event {
+ readonly attribute DOMString command;
+ readonly attribute DOMString value;
+ };
+
+ dictionary EditingInputEventInit : EventInit {
+ DOMString command;
Committing the suggestion somehow didn't work, so I did them manually.
--
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/196#discussion_r307991624
Received on Sunday, 28 July 2019 08:35:49 UTC