"use strict"; namespace('Zen'); /** * Zen.Form is a class used for adding various dynamic features to HTML forms * such as automatically saving the data and handling validation errors using * the HTML5 constraints API. * * For the features related to the HTML5 constraints API to work properly users * should be using a modern browser. If this API is not implemented it will be * silently ignored. Automatically saving data is supported regardless of the * existence of this API and is handled by Zen.Autosave. * * ## Usage * * In order to use this class you'll have to create a new instance of it and * pass an instance of Element to it (an instance for a ``