On 10/8/13 7:47 AM, Simon Pieters wrote:
Pro tip: use http://www.w3.org/2009/07/webidl-check (I invoke it in my Makefile for CSSOM).
Hmm. What makes sure this is updated when the spec is updated? I just tried this:
interface Foo {
void x(optional long y, long z);
};
and the checker reports an error...
-Boris
