[Bug 20361] Grammar is wrong for serializers

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20361

--- Comment #1 from Robin Berjon <robin@w3.org> ---
(In reply to comment #0)
> A serializer is supposed to be able to be:
> 
>    serializer identifier name();
> 
> But the syntax has that as serializer OperationRest. OperationRest does not
> include the identifier, so it needs to be added.

Of course I would be more readable if I were awake. I meant

    serializer type identifier();

The type is not accounted for in the syntax.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 12 December 2012 16:39:12 UTC