This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
v0.2.0
Added
- Added recommendation for field
value
's types and format based on field's
type
. - Defined how
null
or undefined fieldvalue
s should be treated - Defined the
checked
property forcheckbox
fields - Defined a default value for
checkbox
fields'value
property - Defined the
size
property forselect
fields - Defined semantics for placeholder label options in
select
fields - Defined the
accept
property forfiles
fields - Defined semantics for
textarea
fields - Defined more common properties based on common HTML input attributes
dirname
max
maxlength
min
minlength
placeholder
readonly
- Added table summarizing when common properties apply to a field
Changed
- Moved mention of
files
property for consistency - Renamed the section "HTML Input Attributes" to "Common Properties"
Fixed
- Aligned type requirement for
multiple
email
fields'value
property with
the HTML specification (#2) - Clarified when
disabled
andrequired
properties apply to fields - Clarified what
disabled
means for the field'svalue
. - Clarified requirements for
required
fields
Removed
- Removed mentions of the HTML version