How do I find the the authoritative source of machine-readable Web IDL for a given W3C standard?
For example, https://www.w3.org/TR/2018/REC-IndexedDB-2-20180130/ is the authoritative source of the Indexed Database 2.0 specification document. That specification links to the Web IDL standard, but not to any actual Web IDL files for IndexedDB itself.
If I search around, I can find the relevant Web IDL files interspersed with Web IDL files for other specifications, e.g. the IDB*
files in this repo or this Rust crate. However, I am looking for the single source which has the same authority as the above specification document. You'd think the W3C IndexedDB GitHub repo would have it but no.