From 3cfe907ece1d54d3a7afc6e6381365ae9fa87be2 Mon Sep 17 00:00:00 2001 From: autofoolip Date: Fri, 8 Jan 2021 22:18:42 +0000 Subject: [PATCH] Bug 1685641 [wpt PR 27092] - Update interfaces/webhid.idl, a=testonly Automatic update from web-platform-tests Update interfaces/webhid.idl (#27092) Source: https://github.com/w3c/webref/blob/12970a5/ed/idl/webhid.idl Build: https://travis-ci.org/w3c/webref/builds/212426931 -- wpt-commits: f7e21d0fa2023efc8ba2cc3d17d8794050d38931 wpt-pr: 27092 --- testing/web-platform/tests/interfaces/webhid.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/testing/web-platform/tests/interfaces/webhid.idl b/testing/web-platform/tests/interfaces/webhid.idl index ad2f0b78653b..ffc960938c92 100644 --- a/testing/web-platform/tests/interfaces/webhid.idl +++ b/testing/web-platform/tests/interfaces/webhid.idl @@ -66,8 +66,14 @@ enum HIDUnitSystem { dictionary HIDReportItem { boolean isAbsolute; boolean isArray; + boolean isBufferedBytes; + boolean isConstant; + boolean isLinear; boolean isRange; + boolean isVolatile; boolean hasNull; + boolean hasPreferredState; + boolean wrap; sequence usages; unsigned long usageMinimum; unsigned long usageMaximum; @@ -96,6 +102,7 @@ dictionary HIDReportInfo { dictionary HIDCollectionInfo { unsigned short usagePage; unsigned short usage; + octet type; sequence children; sequence inputReports; sequence outputReports; -- 2.11.4.GIT