Hi guys. Looking to the Modernizr feature detection library, I wonder if there is any other moo tools -based library which nicely integrates existing widgets as the Aaron's DatePicker, and the Moo Form Validation library to work as fallback APIs for browsers that don't support the new HTML5 Form APIs.
For instance, if I build a form using the HTML5 Form APIs (placeholder attributes, calendar and time widgets, form validation…) I would like those elements to be automatically replaced by those provided by MooTools and Aaron's Clientcide (including the proper <script> tags in my <head> elements, of course) when the date, time, and form-validation features (among others) are not available under the current user's browser. The library might use the Modernizr feature detection capabilities to achieve its goal.