-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
The DOM Interfaces appendix isn't rendered properly:
- https://drafts.fxtf.org/filter-effects-1/#DOMInterfaces (doesn't load for me)
- https://web.archive.org/web/20250614055402/https://drafts.fxtf.org/filter-effects-1/#DOMInterfaces
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",
// ...