diff --git a/build/index.ts b/build/index.ts index a1c8f3d3eda3..0abe90733dfe 100644 --- a/build/index.ts +++ b/build/index.ts @@ -597,6 +597,13 @@ function addBaseline(doc: Partial) { "css.selectors.host", "css.selectors.host-context", "css.selectors.part", + // https://github.com/web-platform-dx/web-features/blob/cf718ad/feature-group-definitions/input-event.yml + "api.Element.input_event", + "api.InputEvent.InputEvent", + "api.InputEvent.data", + "api.InputEvent.dataTransfer", + "api.InputEvent.getTargetRanges", + "api.InputEvent.inputType", ].includes(query) ); return getWebFeatureStatus(...filteredBrowserCompat);