[Bug 20361] Grammar is wrong for serializers

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 on the CC list for the bug.

Received on Friday, 21 December 2012 14:24:32 UTC