On Dec 7, 2005, at 2:11 AM, Josu Oyanguren wrote:

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?

With no value attribute specified, the current 1.1 code works fine, but if a value attribute is set then it does not. I've committed a fix that will be in 1.2.

-bob

Reply via email to