TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

backdropFilter missing from CSSStyleDeclaration

Open bmckilligan opened this issue 4 years ago • 3 comments

Bug Report

interface CSSStyleDeclaration needs backdropFilter added https://github.com/microsoft/TypeScript/blob/main/lib/lib.dom.d.ts

🔎 Search Terms

CSSStyleDeclaration backdropFilter

🕗 Version & Regression Information

4.4

bmckilligan avatar Aug 24 '21 21:08 bmckilligan

Transferring to https://github.com/microsoft/TypeScript-DOM-lib-generator. PR welcome there.

andrewbranch avatar Aug 24 '21 22:08 andrewbranch

It's a good question of whether we should have it, the property is realistically only available in Chrome and with a custom prefix in WebKit. I think I lean against including it as a special case.

https://developer.mozilla.org/en-US/docs/Web/CSS/backdrop-filter

orta avatar Aug 25 '21 17:08 orta

current browser support Global 89.79% unprefixed: 71.77%

https://caniuse.com/?search=backdrop-filter

support in Firefox Can be enabled via the "Experimental Web Platform Features" flag

bmckilligan avatar Aug 25 '21 20:08 bmckilligan

Fixed by #1394

@github-actions close

saschanaz avatar Sep 22 '22 01:09 saschanaz

Closing because @saschanaz is one of the code-owners of this repository.

github-actions[bot] avatar Sep 22 '22 01:09 github-actions[bot]