-
deadhead1971
Hello,
I am trying to make our site more accessible and using the WAVE tool to report errors.
This page reports errors in the image block links near the top of the page:
https://www.northwalessafeguardingboard.wales/information-for-adults/It reports empty links, as I’ve linked the container to the target pages, so that the whole thing is clickable and not just the text.
For the larger block on the left, I was able to find an option to add an aria label, so that one is fixed.
But, the four smaller blocks are a query loop – how can i add the page title as an aria label to each one (or any other solution you may suggest to make the accessibility error go away).thanks
Alan -
Hi Alan,
Can you try
1. Disabling the container link.
2. Then set the h3’s
positionto default.3. Add a CSS class to the parent container of the h3, eg.
container-link, and set itspositiontorelative.4. Add this CSS:
.container-link a:after { content:''; position: absolute; inset: 0; }Let me know if this helps!
- You must be logged in to reply to this topic.