TWebImageControl missing properties to set HTML img tag's alt and title attributes

Since a TWebImageControl corresponds to an HTML img tag, I miss corresponding properties for the alt and title attributes of the img tag.

You can do this with
WebImageControl.ElementHandle['alt'] := ...