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

Allows strings in ext attr value list #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

d0c-s4vage
Copy link

Fixes #38 - Unable to parse extended attribute with quoted tuple of values

This may only be a chrome IDL issue since the official WebIDL grammar (https://heycam.github.io/webidl/#es-extended-attributes) only seems to support identifier lists, not string lists. Feel free to ignore/close this PR if this is indeed the case.

I can understand wanting to keep this library strictly in-line with the official grammar.

@alexcrichton
Copy link
Contributor

FWIW this library was primarily maintained for web-sys but that's been in a "done" state roughly for some time now. In that sense there's not really overaching goals so far other than "support web-sys" and what others contribute. All that to say that if this helps you it seems fine to add. Can you add a comment though and a test?

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.

Unable to parse extended attribute with quoted tuple of values
2 participants