change aria label of ‘Read More’ text
-
Is there any way to change the aria label attribute of the Read More links? I’m getting points off in accessibility audits because the visible label (“Read more”) does not match the aria label (“Details about {title}”).
The aria label should at least begin with the visible text, so “Read more about {title}” is what I’m after.
Update: I forgot to add that using Javascript/JQuery is not an option, because the accessibility audit software that crawls the site does not run Javascript during the crawl.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘change aria label of ‘Read More’ text’ is closed to new replies.