Bug 1536306 [wpt PR 15883] - Update interfaces/pointerevents.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/pointerevents.idl (#15883)

Source: https://github.com/tidoust/reffy-reports/blob/e0218fe/whatwg/idl/pointerevents.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/506822321
--

wpt-commits: 94c35acd156ab9e38b79a00ef3f333b1a03817a3
wpt-pr: 15883
This commit is contained in:
autofoolip 2019-04-15 13:48:04 +00:00 коммит произвёл James Graham
Родитель 52236b7524
Коммит 181066de43
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ partial interface Element {
boolean hasPointerCapture(long pointerId); boolean hasPointerCapture(long pointerId);
}; };
partial interface GlobalEventHandlers { partial interface mixin GlobalEventHandlers {
attribute EventHandler ongotpointercapture; attribute EventHandler ongotpointercapture;
attribute EventHandler onlostpointercapture; attribute EventHandler onlostpointercapture;
attribute EventHandler onpointerdown; attribute EventHandler onpointerdown;