Do any browsers yet support HTML5's checkValidity() method?

后端 未结 6 1443
轮回少年
轮回少年 2020-12-08 09:00

The HTML5 spec defines some very interesting validation components, including pattern (for validating against a Regexp) and required (for marking a field as required

6条回答
  •  借酒劲吻你
    2020-12-08 09:29

    Opera 10 has some HTML5 form validation http://dev.opera.com/articles/view/improve-your-forms-using-html5/. But, I don't think it has checkValidation().

提交回复
热议问题