Hi,

just a little question.

In MockiKit.DOM.formContents, in the test for checked inputs, i think it has to check for checkboxes too. Something like:

            if (elem.tagName == "INPUT"
                && (elem.type == "radio" || elem.type == "checkbox")
                && !elem.checked
            )

don't you?

Regards,

Josu.

Reply via email to