Add support of getting link destination of graphic links (#14783)
Closes #14779
Summary of the issue:
destination of graphic links are not reported in chrome/edge
Description of user facing changes
Destination of graphic links now should be reported in chrome/edge browsers
Description of development approach
NVDA lands its focus to graphic elemeng "img" which does not have href value, but an element which is parent of that element is link.
So one more check was introduced to ensure han if we are focusing a graphic element and its parent is a link, we are now replacing an object by its parent object