Source position: htmldefs.pp line 60
type THTMLAttributeTag = ( |
atabbr, |
atalink, |
atacceptcharset, |
ataccept, |
ataccesskey, |
ataction, |
atalign, |
atalt, |
atarchive, |
ataxis, |
atbackground, |
atbgcolor, |
atborder, |
atcellpadding, |
atcellspacing, |
atchar, |
atcharoff, |
atcharset, |
atchecked, |
atcite, |
atclass, |
atclassid, |
atclear, |
atcode, |
atcodebase, |
atcodetype, |
atcolor, |
atcols, |
atcolspan, |
atcompact, |
atcontent, |
atcoords, |
atdata, |
atdatetime, |
atdeclare, |
atdefer, |
atdir, |
atdisabled, |
atenctype, |
atface, |
atfor, |
atframe, |
atframeborder, |
atheaders, |
atheight, |
athref, |
athreflang, |
athspace, |
athttpequiv, |
atid, |
atismap, |
atlabel, |
atlang, |
atlink, |
atlongdesc, |
atmarginheight, |
atmarginwidth, |
atmaxlength, |
atmedia, |
atmethod, |
atmultiple, |
atname, |
atnohref, |
atnoresize, |
atnoshade, |
atnowrap, |
atobject, |
atonblur, |
atonchange, |
atonclick, |
atondblclick, |
atonfocus, |
atonkeydown, |
atonkeypress, |
atonkeyup, |
atonload, |
atonmousedown, |
atonmousemove, |
atonmouseout, |
atonmouseover, |
atonmouseup, |
atonreset, |
atonselect, |
atonsubmit, |
atonunload, |
atprofile, |
atprompt, |
atreadonly, |
atrel, |
atrev, |
atrows, |
atrowspan, |
atrules, |
atscheme, |
atscope, |
atscrolling, |
atselected, |
atshape, |
atsize, |
atspan, |
atsrc, |
atstandby, |
atstart, |
atstyle, |
atsummary, |
attabindex, |
attarget, |
attext, |
attitle, |
attype, |
atusemap, |
atvalign, |
atvalue, |
atvaluetype, |
atversion, |
atvlink, |
atvspace, |
atwidth |
); |