Skip to content

Commit

Permalink
fix(baseline): blocklist some bcd keys from input-event (#10493)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Feb 9, 2024
1 parent 2ef9ba3 commit c2a9ffc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,13 @@ function addBaseline(doc: Partial<Doc>) {
"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);
Expand Down

0 comments on commit c2a9ffc

Please sign in to comment.