The DOM Interfaces appendix isn't rendered properly:
I noticed this in the context of mdn/browser-compat-data#23958, because the ID listing at https://raw.githubusercontent.com/w3c/webref/main/ed/ids/filter-effects-1.json is missing over 200 IDs that we're referencing on MDN, and in particular all IDs between #DOMInterfaces and #changes (the next section) are missing:
// ...
"https://drafts.fxtf.org/filter-effects-1/#DOMInterfaces",
"https://drafts.fxtf.org/filter-effects-1/#changes",
// ...
The DOM Interfaces appendix isn't rendered properly:
I noticed this in the context of mdn/browser-compat-data#23958, because the ID listing at https://raw.githubusercontent.com/w3c/webref/main/ed/ids/filter-effects-1.json is missing over 200 IDs that we're referencing on MDN, and in particular all IDs between
#DOMInterfacesand#changes(the next section) are missing: