Re: [heycam/webidl] Remove support for [Constructor] on dctionaries (fixes #109). (#111)

> @@ -8390,7 +8382,7 @@ context.setColorClamped(-1, 255, 257);</x:codeblock>
>              <p>
>                The prose definition of a constructor <span class='rfc2119'>MUST</span>
>                either return an IDL value of a type corresponding to the interface
> -              or dictionary the <a class='xattr' href='#Constructor'>[Constructor]</a>
> +              the <a class='xattr' href='#Constructor'>[Constructor]</a>
>                extended attribute appears on, or throw an exception.
>              </p>
>              <p>

So change

> If the [Constructor] extended attribute is specified on an interface, then…

to

> If the [Constructor] extended attribute is specified, then…

?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/111/files/4de2ba8da96b3127ff0160644734c20daece99c7#r61554683

Received on Friday, 29 April 2016 09:44:21 UTC