ericwbailey / a11y-webring.club

🌐 A webring for digital accessibility practitioners.
https://a11y-webring.club/
MIT License
35 stars 86 forks source link

Add h3 mark-up to each name within the 'Members' list #149

Closed jscholes closed 11 months ago

jscholes commented 11 months ago

New feature

This PR adds a level 3 heading around each name (and employment status text where applicable) within the "Members" list. In keeping with the first rule of ARIA, I used <h3> mark-up directly, which opefully doesn't change the visual styling. If it does, we could consider an alternative like:

<span class="name-lockup" role="heading" aria-level="3">
    ...
</span>

... or just fix the styling.

GitHub issue

Closes https://github.com/ericwbailey/a11y-webring.club/issues/148.