This property holds attribute name, for example
<IMG SRC="image.jpg">
where "image.jpg" is attribute
value.
wodHtmlParser tries to remove quotes if possible from
attribute value. So, instead of Value =
" 'image.jpg ' " (which may cause
trouble when you search or filter in found entities), it
will try to remove quotes to get plain Value = "image.jpg".