Source position: htmldefs.pp line 48
type THTMLinputtype = (
itEmpty,
ittext,
itpassword,
itcheckbox,
itradio,
itsubmit,
itreset,
itfile,
ithidden,
itimage,
itbutton
);