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

Double commas appear in WebIDL interface attributes with nullables #295

Closed
scheib opened this issue Jan 29, 2014 · 1 comment · Fixed by #515
Closed

Double commas appear in WebIDL interface attributes with nullables #295

scheib opened this issue Jan 29, 2014 · 1 comment · Fixed by #515
Milestone

Comments

@scheib
Copy link

scheib commented Jan 29, 2014

e.g. <dt>attribute unsigned long? viciousness</dt>
Produces: "viciousness of type unsigned long, , nullable"
Expected: "viciousness of type unsigned long, nullable"

From: http://www.w3.org/respec/examples/webidl.html#attributes-3

@darobin darobin modified the milestone: 3.2 Dec 23, 2014
@marcoscaceres
Copy link
Member

We are deprecating using dl defined IDL, so closing as won't fix.

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.

3 participants