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

No longer need to escape _includes#294

Closed
inexorabletash opened this issue Sep 3, 2019 · 0 comments · Fixed by #299
Closed

No longer need to escape _includes #294

inexorabletash opened this issue Sep 3, 2019 · 0 comments · Fixed by #299

Comments

@inexorabletash
Copy link
Member

"includes" was added to the WebIDL grammar to avoid needing escaping:

https://heycam.github.io/webidl/#prod-OperationName

So we can drop the underscore and comments and simplify linking:

https://w3c.github.io/IndexedDB/#keyrange

inexorabletash added a commit that referenced this issue Sep 24, 2019
"includes" was added to the WebIDL grammar to avoid needing escaping:

https://heycam.github.io/webidl/#prod-OperationName

Fixes #294
inexorabletash added a commit that referenced this issue Feb 1, 2021
"includes" was added to the WebIDL grammar to avoid needing escaping:

https://heycam.github.io/webidl/#prod-OperationName

Fixes #294
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant