TypeScript-DOM-lib-generator
TypeScript-DOM-lib-generator copied to clipboard
backdropFilter missing from CSSStyleDeclaration
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
Transferring to https://github.com/microsoft/TypeScript-DOM-lib-generator. PR welcome there.
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
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
Fixed by #1394
@github-actions close
Closing because @saschanaz is one of the code-owners of this repository.