Re: WebIDL grammar allows "static;", which seems broken

Boris Zbarsky wrote:
> In particular:
>
> [30] AttributeOrOperationOrIterator → Serializer
> | Qualifier AttributeOrOperationRest
> | Attribute
> | OperationOrIterator
>
> [37] Qualifier → "static"
> | "stringifier"
>
> [38] AttributeOrOperationRest → AttributeRest
> | OperationRest
> | ";"
>
> So this:
>
> static;
>
> matches the "AttributeOrOperationOrIterator" production, which seems
> wrong. I assume the intent is to allow
>
> stringifier;
>
> to match, but this doesn't seem like the right way to do it.

OK, this should be fixed now.

http://dev.w3.org/cvsweb/2006/webapi/WebIDL/Overview.xml.diff?r1=1.641;r2=1.642;f=h

Received on Tuesday, 23 July 2013 02:04:44 UTC