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

Editorial: Align with Web IDL specification #31

Closed
wants to merge 1 commit into from

Conversation

autokagami
Copy link

@autokagami autokagami commented Apr 1, 2021

🤖 This is an automated pull request to align the spec with the latest Web IDL specification. 🤖

The followings are the Web IDL validation messages, which may help understanding this PR:

  • Validation error at line 21 in content-index,2:
      Promise<void> add(ContentDescription
              ^
    

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

  • Validation error at line 22 in content-index,2:
      Promise<void> delete(DOMString
              ^
    

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

Currently this autofix might introduce awkward code formatting, and feel free to manually fix it whenever it happens.

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

@foolip
Copy link
Member

foolip commented Apr 13, 2021

Dupe of #30, which also updated IDL in the README.

@sideshowbarker
Copy link
Contributor

Closing per #31 (comment)

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

Successfully merging this pull request may close these issues.

3 participants