accessibility issue
-
Hi, the generated code create accessibility issue for people with screen reader that find every link as “View posts ->.
<a href="https://www.sitename.com/author/XXX/" class="authors-list-item-link">View Posts →</a>
should be
<a href="https://www.sitename.com/author/XXX/" aria-label="View XXX's Posts" class="authors-list-item-link">View Posts →</a>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘accessibility issue’ is closed to new replies.