Source position: htmldefs.pp line 106
type THTMLElementProps = record
Name: string;
Flags: THTMLElementFlags;
Attributes: THTMLAttributeSet;
end;