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

FATAL ERROR when defining stringifiers in IDL #307

Closed
rubys opened this issue Dec 12, 2014 · 4 comments
Closed

FATAL ERROR when defining stringifiers in IDL #307

rubys opened this issue Dec 12, 2014 · 4 comments

Comments

@rubys
Copy link

rubys commented Dec 12, 2014

Symptoms:

FATAL ERROR: Functions/methods must end with () in their linking text, got 'href'.

Test case:

<pre class="metadata">
Title: URL Standard
Group: WHATWG
H1: URL
Shortname: url
Status: LS
No Editor: true
Abstract: The URL Standard defines ...
Logo: https://resources.whatwg.org/logo-url.svg
</pre>

<pre class=idl>
[NoInterfaceObject,
 Exposed=(Window,Worker)]
interface URLUtils {
  stringifier attribute USVString href;
};

Git bisect indicates that fdd7aa2 is the first bad commit.

@tabatkins
Copy link
Collaborator

Ah, interesting, I forgot that syntax form was even a possibility.

@annevk
Copy link
Collaborator

annevk commented Dec 16, 2014

I updated bikeshed and I still get this error on url.bs.

@tabatkins
Copy link
Collaborator

You're not at ToT for the spec; the definition errors in the source file have been fixed.

@annevk
Copy link
Collaborator

annevk commented Dec 16, 2014

Ah, sorry for not updating this issue. Was indeed my fault.

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

No branches or pull requests

3 participants