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