(近两天准备翻译一下,现在将就看一下先。。。)

Jonathan Snook wrote about HTML5 forms and how they are coming. One of the biggest parts of HTML5 is the fact that we get lots of new tags as well as the APIs that we talk most often about.

Part of this is forms, and the new types that we get:

  • search
  • tel
  • url
  • email
  • datetime, date, month, week, time, and datetime-local
  • number
  • range
  • color

We get validation (required, etc) and more. But, what browsers support it? And, can you use a JS shim on top of HTML5?

For support, there are some good sites out there with a lot more red in the forms section than others:

html5forms

Anne van Kesteren of Opera has also written recently about HTML5 forms and the rich Opera support.

via Ajaxian » HTML5 Forms. What support is there?.