Igor Drobiazko wrote: > > Well, I don't think 5.3 will support HTML 5 as it will take some time > until > the standard is ready. >
The article says you can (and should) support new browser features now event if they aren't standardized yet. It's about graceful degradation of HTML and progressive enhancement: http://www.alistapart.com/articles/understandingprogressiveenhancement/ françois facon wrote: > > This could be done at server side (sniffing header + free db) or at client > side (http://diveintohtml5.org/detect.html) > For the simple form fields like number, email, etc. there is no need for detection. Older browser will display them just as simple text fields. For the date field a client side detection would do fine (http://diveintohtml5.org/detect.html#input-types): if date fileld supported do nothing otherwise add JS date picker. -- View this message in context: http://tapestry-users.832.n2.nabble.com/HTML5-forms-for-Tapestry-5-3-tp5700366p5708403.html Sent from the Tapestry Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org