|
Input elements, specifically form
input elements, are the basis of data entry and display for HTML based
application. The core of the activities of most dynamic web platforms is the
population of these elements with data for display, whereas extracting data
when the form is submitted. Meanwhile there are a host of other activities,
involving the conversion of string entry to data types, validations and
formatting.
Despite the commonalities of
purpose, the ways that these activities are conducted vary widely amongst the
platforms. What dWebSpec defines is a common representation of these
activities, for which we provide translations to target platforms in this
dictionary.
For this, there are the definitions
of standard elements, data types, validators, and format masks, which could be
used in the specification.
The element descriptor captures for
each element, the specifications in terms of validations, formatting,
conversions, presentation behavior, as well as other details. Despite its
provision of such high levels of details, it also allows a bird?s eye view of such
specifications by providing the information in concise form.
|