Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing external browser declarations and download idl files script does not work #13

Open
ApoloApps opened this issue Dec 14, 2024 · 1 comment

Comments

@ApoloApps
Copy link

ApoloApps commented Dec 14, 2024

Theres a problem with the current script that you're using. First of all, the urls are not accessible, so ive had to check for the new urls but the thing is when removing the df-panel and other, the script skips some declarations' fields. (Eg: document.hidden and like this there are several more). Fetching the idl from html (index.html is now not used in newer w3c spec pages, instead theyre using index.bs, which cant be read by the script) is not a good idea cause every page has different class names and uses for them. Example is the newer dom spec page, which uses <code class="idl"> and at the end of the page there is a full code block with all the idl code in the page that uses the same class, so the script is also getting it. I've checked and other spec pages use the same class in other places so it would cause incorrect idl files. (and please add indexeddb)

@ApoloApps
Copy link
Author

@igoriakovlev sorry for tagging you directly but i think declarations should be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant