ReSpec IDL: how to add comments inside an IDL block, and specify that "Class1 implements Class2" outside the block

I've read the ReSpec.js docs and examples, and it mentions that some aspects of WebIDL are supported in ReSpec, but it's not clear to me which are not, or how to include some aspects, specifically these two: 

interface Foo {
	// 1. comments inside an IDL interface block
};
// 2. and any additional lines outside of an interface block such as:
Foo implements Bar;

I will file bugs for these issues if I don't hear back within the week.

Thanks,
James

Received on Monday, 3 December 2012 16:30:34 UTC