Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You could programmatically make the aria-label:
a) the same as the section titleĀ  OR
b) append the section title to the button label

Example:

Code Block
<h1 class="sfgov-campaign-title">Vote by Nov 8</h1>
<div class="mb-20">
<a href="https://sfgov.org/" class="btn" aria-label="Read more about voting on November 8">Read more</a>
</div>

Keeping Speech to Input Users in Mind

...