w3schools指定:"定义和用法:form属性指定元素所属的一个或多个表单." 在http://www.w3schools.com/tags/att_input_form.asp
和提示:要引用多个表单,请使用以空格分隔的表单ID 列表." 在http://www.w3schools.com/html/html5_form_attributes.asp
而developer.mozilla .org声明:"输入只能与一个表单相关联." 在https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input
谁在这?