来自 DOM Level 2 Style Specification 的 DocumentCSS 接口是否在任何地方实现?

Is DocumentCSS interface from DOM Level 2 Style Specification implemented anywhere?

CSS 级联和继承规范定义了所谓的 'Override origin' for style sheets that links to DocumentCSS interface(来自 2000 年的 DOM Level 2 规范)。这似乎是 W3C 站点上唯一提到此接口的地方(除了 2008 年 www-dom 邮件列表中的简短对话)。 DOM 2 级规范具有以下相关文本:

The expectation is that an instance of the DocumentCSS interface can be obtained by using binding-specific casting methods on an instance of the Document interface.

这种机制是否在任何地方实施?是否可以玩这些 'override styles' 并查看正在运行的 DocumentCSS 界面?

WebKit 中存在某种形式(通过 KHTML),但实际上并不存在,because the implementation just returns null

而那个只是-return-null 的实现也以 Chrome 结束 but was subsequently removed

此外,作为上面的注释,a Firefox feature request has been open for it for 10+ years

就 Edge 而言,也没有迹象表明它已经在那里实施。

所以看起来答案似乎是,它实际上从未在任何地方得到支持。也许在 CSS Houdini plans 的某处有提供相同功能的东西?