【发布时间】:2021-12-20 13:36:15
【问题描述】:
如何找到给定 W3C 标准的机器可读 Web IDL 的权威来源?
例如,https://www.w3.org/TR/2018/REC-IndexedDB-2-20180130/ 是 Indexed Database 2.0 规范文档的权威来源。该规范链接到 Web IDL 标准,但没有链接到 IndexedDB 本身的任何实际 Web IDL 文件。
如果我四处搜索,我可以找到相关的 Web IDL 文件,其中散布着其他规范的 Web IDL 文件,例如IDB* 文件在 this repo 或 this Rust crate 中。但是,我正在寻找与上述规范文档具有相同权限的单一来源。你会认为the W3C IndexedDB GitHub repo would have it 但不是。
【问题讨论】:
标签: specifications w3c webidl