Ignore SVGs that are part of image links with an accessible name
Situation: we have A elements that have an accessible name added via an aria label. Within the A element are SVGs (typically for social media icons). Amp flags these SVGs as lacking an accessible name (no title or aria-label) even though the overa...