- From: <bugzilla@jessica.w3.org>
- Date: Fri, 21 Dec 2012 14:24:29 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20361
Dominique Hazael-Massieux <dom@w3.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dom@w3.org
--- Comment #2 from Dominique Hazael-Massieux <dom@w3.org> ---
Maybe relatedly, the grammar prevents having a ";" (instead of mandating it)
after an empty serializer declaration.
interface Foo { serializer }; // valid according to the current grammar
interface Foo { serializer; }; // invalid according to the current grammar
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 21 December 2012 14:24:31 UTC