зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1510172 [wpt PR 14252] - Update interfaces/uievents.idl, a=testonly
Automatic update from web-platform-tests Update interfaces/uievents.idl Source: https://github.com/tidoust/reffy-reports/blob/6f56f1e/whatwg/idl/uievents.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/460112731 -- wpt-commits: be0a96f608d92117fe4d666342925da70a8bd6c9 wpt-pr: 14252
This commit is contained in:
Родитель
211a7b4475
Коммит
b34f5a3766
|
@ -96,11 +96,13 @@ dictionary WheelEventInit : MouseEventInit {
|
||||||
interface InputEvent : UIEvent {
|
interface InputEvent : UIEvent {
|
||||||
readonly attribute DOMString? data;
|
readonly attribute DOMString? data;
|
||||||
readonly attribute boolean isComposing;
|
readonly attribute boolean isComposing;
|
||||||
|
readonly attribute DOMString inputType;
|
||||||
};
|
};
|
||||||
|
|
||||||
dictionary InputEventInit : UIEventInit {
|
dictionary InputEventInit : UIEventInit {
|
||||||
DOMString? data = "";
|
DOMString? data = "";
|
||||||
boolean isComposing = false;
|
boolean isComposing = false;
|
||||||
|
DOMString inputType = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
[Constructor(DOMString type, optional KeyboardEventInit eventInitDict), Exposed=Window]
|
[Constructor(DOMString type, optional KeyboardEventInit eventInitDict), Exposed=Window]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче