Nullable and array?

Hi,

I think the current WebIDL editors draft doesn't allow to use nullable
arrays, as in e.g.:
interface test {
 attribute DOMString[] foo;
};

Since nullable sequences are allowed, I assume this is a bug.

Dom

Received on Monday, 9 May 2011 09:48:42 UTC