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

Stringifier support #31

Closed
dontcallmedom opened this issue Jun 12, 2012 · 2 comments
Closed

Stringifier support #31

dontcallmedom opened this issue Jun 12, 2012 · 2 comments
Labels
Milestone

Comments

@dontcallmedom
Copy link
Member

respec doesn't support stringifier in the following WebIDL fragments:
interface foo {
stringifier attribute DOMString bar;
};
(that one seems to prevent further WebIDL processing?)

interface foo {
stringifier DOMString ();
}
(this one is shown as if DOMString was the name of the method, and stringifier its type)

@dirkschulze
Copy link
Contributor

As a note,

stringifier;

is possible as well and equivalent to:

stringifier DOMString ();

@darobin
Copy link
Member

darobin commented Dec 23, 2014

This is being handled by the new WebIDL module.

@darobin darobin closed this as completed Dec 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants