morphdom vs. named fields

<input name="id"> results in the surrounding form being duplicated rather than replaced.

This is because if such a field exists within a form, form.id returns that DOM node rather than the form's id attribute value.

abc123
def456