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

Warn when same functions get redefined in another spec #215

Open
tidoust opened this issue May 7, 2018 · 0 comments
Open

Warn when same functions get redefined in another spec #215

tidoust opened this issue May 7, 2018 · 0 comments

Comments

@tidoust
Copy link
Member

tidoust commented May 7, 2018

The querySelector and querySelectorAll functions defined in Selectors API Level 1 are now part of DOM. If we have both specs in the crawl, the analysis should report that there is a problem here, the same way it reports on interfaces defined in multiple specs.

Note it may not be that easy to achieve, and may not be worth the hassle. In the example above, the methods are defined on parentNode in DOM, which does not exist in Selectors API Level 1. We'd have to follow the implements directives as well.

@tidoust tidoust transferred this issue from w3c/reffy Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants