[whatwg] addRepetitionBlock()
Dean Edwards
dean at edwards.name
Mon Jun 14 07:23:26 PDT 2004
hi ian,
in the web forms 2.0 spec the following methods are defined on the
RepetitionElement interface:
void addRepetitionBlock(in Node refNode);
void addRepetitionBlockByIndex(in Node refNode, in long index);
instead of returning nothing should these methods return the newly
created block? after creating a repetition block via scripting you may
want to do something with it...
-dean
More information about the whatwg
mailing list