Accessibility quiz. What is the accessible name for the anchor element in the following HTML? <a href="#" aria-label=" "><img src="http://placekitten.com/200/300" alt="Kitten"></a> Note: The value of aria-label is not an empty string, it has a space. Feel free to use my codepen to check your answer. I'd suggest you use both Chrome and Firefox. I don't have Safari, so I'd be interested to know what it thinks. https://codepen.io/bbsmooth/pen/WNLaeqR P.S. Yes, I did encounter this code today. #a11y #accessibility