This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
interface Foo { static; }; is valid according to the grammar. AttributeOrOperationOrIterator → Serializer | Qualifier AttributeOrOperationRest | Attribute | OperationOrIterator Qualifier → "static" | "stringifier" AttributeOrOperationRest → AttributeRest | ReturnType OperationRest | ";" (with AttributeOrOperationRest = ";") It probably should not.
Fixed here: http://www.w3.org/mid/51EDE49C.20001@mcc.id.au