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

Web IDL validation errors #8792

Closed
autokagami opened this issue Jan 28, 2023 · 1 comment
Closed

Web IDL validation errors #8792

autokagami opened this issue Jan 28, 2023 · 1 comment

Comments

@autokagami
Copy link

🤖 This is an automatic issue report for Web IDL validation error. 🤖

The bot found validation errors but couldn't fix them automatically, since the IDL texts include HTML tags. Please check the following messages and fix them.

  • Validation error at line 27 in html,6:
      void showPopover();
      ^
    

    Error: void is now replaced by undefined. Refer to the relevant GitHub issue for more information.

  • Validation error at line 28 in html,6:
      void hidePopover();
      ^
    

    Error: void is now replaced by undefined. Refer to the relevant GitHub issue for more information.

  • Validation error at line 29 in html,6:
      void togglePopover(optional boolean
      ^
    

    Error: void is now replaced by undefined. Refer to the relevant GitHub issue for more information.

Please file an issue at https://github.com/saschanaz/webidl-updater/issues/new if you think this is invalid or should be enhanced.

@annevk
Copy link
Member

annevk commented Feb 6, 2023

I missed this. This got fixed by #8860.

@annevk annevk closed this as completed Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants