html5 forms playground

Exploration into self contained widgets with minimal javascript. Emphasis on CSS and native browser capabilities. Exploration of polyfills.

0
0
CSS

Webforms Demo

Encapsulated Webforms with minimal footprint

  • run npm install and bower install from the project root
  • run grunt serve

The default page contains the admin version of the widget used for event creation.

notes:
As of 2014-09-29, only Chrome has full support for HTML5 Form validations.
IE, Firefox and Safari browsers require polyfilling.