Context
Our link text CTAs use the single right-pointing angle quotation mark (›) at the end. Screen readers may read this out so our CTAs sound like “ contact us single right-pointing angle quotation mark”. I suggest updating the CSS:
.p-cta-link::after {
content: ' ›';
margin-left: 0.5rem;
}
Then this is properly coded as a styling element.
Component/pattern to amend
Context
Our link text CTAs use the single right-pointing angle quotation mark (›) at the end. Screen readers may read this out so our CTAs sound like “ contact us single right-pointing angle quotation mark”. I suggest updating the CSS:
.p-cta-link::after {
content: ' ›';
margin-left: 0.5rem;
}
Then this is properly coded as a styling element.