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 semicolon at the end of the "Aspect" WebIDL example #415

Closed
johnathan79717 opened this issue Jun 8, 2023 · 1 comment · Fixed by #417
Closed

Missing semicolon at the end of the "Aspect" WebIDL example #415

johnathan79717 opened this issue Jun 8, 2023 · 1 comment · Fixed by #417

Comments

@johnathan79717
Copy link

https://www.w3.org/TR/permissions/#aspects

dictionary SensesPermissionDescriptor : PermissionDescriptor {
  boolean canSmell = false;
  boolean canTaste = false;
}

This WebIDL example is missing a semicolon at the end.

@miketaylr
Copy link
Member

Nice eye - thanks for the issue.

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 a pull request may close this issue.

2 participants