Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

jscholes
Copy link
Contributor

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 #148.

  • I agree to follow this project's code of conduct

Copy link
Owner

@ericwbailey ericwbailey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A welcome addition, thank you!

@ericwbailey ericwbailey merged commit 4f4b4cd into ericwbailey:main Oct 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature suggestion] Add Level 3 Heading Mark-Up to Member Names
2 participants