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

Make portal screen reader friendly #41

Merged
merged 7 commits into from
Jul 12, 2017

Conversation

imakshayverma
Copy link
Member

Fix issue - #37
Make pages that aren't compatible with Screen Reader mostly because of missing alternative text for images and labels for search bars.

@heaven00
Copy link
Member

@akshay2905 file changes ?

@imakshayverma
Copy link
Member Author

Empty commit to create a hook for PR. As this would take sometime. Lets do it in phases. I would start with Hompage.

@heaven00
Copy link
Member

👍

@@ -17,7 +17,7 @@

{% block header_logo %}
{% if g.site_logo %}
<a class="logo" href="{{ h.url('home') }}"><img src="{{ h.url_for_static_or_external(g.site_logo) }}" alt="{{ g.site_title }}" title="{{ g.site_title }}" /></a>
<a class="logo" href="{{ h.url('home') }}"><img src="{{ h.url_for_static_or_external(g.site_logo) }}" alt="Open Budgets India header logo" title="{{ g.site_title }}" /></a>
Copy link
Member

Choose a reason for hiding this comment

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

Why the text here in alt ?

Copy link
Member Author

Choose a reason for hiding this comment

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

The purpose of alt and title are different. Thus they aren't suppose to have same content. Also as alt is used highly in screen readers, SEO and for other purposes. Wanted to have a better description for the logo than just "OpenBudgetsIndia" which is the title.

Copy link
Member

Choose a reason for hiding this comment

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

okay 👍

@imakshayverma imakshayverma merged commit cde76e0 into master Jul 12, 2017
@PixeledCode PixeledCode deleted the enhancement-scrn_rdr_frindly branch January 30, 2023 11:56
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.

2 participants