The shaded region needs to be an <a>
hyperlink. The dark area contains a <button>
nested within the shaded region. This button should have an onClick
event.
I would like to be able to click on any part of the shaded region to access the link attached to the <a>
tag. When clicking on the dark area, I want the button action to be triggered. What is the recommended and accessible method to achieve this?