Skip to content

Accessibility fixes 75#96

Merged
thekaveman merged 4 commits intohackforla:gh-pagesfrom
seanholahan:accessibility_fixes_75
May 9, 2019
Merged

Accessibility fixes 75#96
thekaveman merged 4 commits intohackforla:gh-pagesfrom
seanholahan:accessibility_fixes_75

Conversation

@seanholahan
Copy link
Copy Markdown
Member

fixes 3 accessibility issues brought up by "Wave" chrome extension

  1. delete empty h3 inside of hacknights location
    2 added aria-label to social media icons
  2. No label for "send us a message" input

<div class="location-img" style="background-image: url({{ item.image | absolute_url }})"></div>
<div class="location-details">
<h3 class="location-header"></h3>
<strong>{{ item.title }}</strong> {{ item.event-date }}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm actually thinking that the <h3> was supposed to wrap {{ item.title}} instead of the <strong> - can you do that instead?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Actually The original code looked as shown below. If you add the title into the h3 you loose the bold and the title will be a block item vs an inline tag. I think removing the h3 is the way to go.

Westside Mondays at 6:00 pm

@thekaveman thekaveman merged commit 4ac6f16 into hackforla:gh-pages May 9, 2019
thekaveman pushed a commit that referenced this pull request May 9, 2019
* delete empty h3 inside of hacknights location

* added aria-label to social media icons

* adds label for 'send us a message' input

For #75
roslynwythe added a commit to roslynwythe/website that referenced this pull request Aug 31, 2023
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.

3 participants