- From: Cameron McCormack <cam@mcc.id.au>
- Date: Tue, 23 Jul 2013 12:04:12 +1000
- To: Boris Zbarsky <bzbarsky@MIT.EDU>
- CC: "public-script-coord@w3.org" <public-script-coord@w3.org>
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