Skip to content

Commit

Permalink
fix(baseline): hide screen orientation lock banner (#11107)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed May 13, 2024
1 parent 36c3d0c commit a851ba5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,10 @@ function addBaseline(doc: Partial<Doc>) {
"api.InputEvent.dataTransfer",
"api.InputEvent.getTargetRanges",
"api.InputEvent.inputType",
// https://github.com/web-platform-dx/web-features/issues/1038
// https://github.com/web-platform-dx/web-features/blob/64d2cfd/features/screen-orientation-lock.dist.yml
"api.ScreenOrientation.lock",
"api.ScreenOrientation.unlock",
].includes(query)
);
return getWebFeatureStatus(...filteredBrowserCompat);
Expand Down

0 comments on commit a851ba5

Please sign in to comment.