Skip to content

[css-font-loading] Fix invalid IDL #6602

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

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Sep 13, 2021

This fixes invalid IDL syntax introduced in:
#6591

Errors were:

  • Interfaces must have an [Exposed] extended attribute.
  • bool does not exist in Web IDL. Correct type is boolean.

This fixes invalid IDL syntax introduced in:
w3c#6591

Errors were:
- Interfaces must have an `[Exposed]` extended attribute.
- `bool` does not exist in Web IDL. Correct type is `boolean`.
@tidoust tidoust requested a review from litherum September 13, 2021 08:29
@tabatkins tabatkins merged commit c646ced into w3c:main Sep 13, 2021
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.

2 participants