-
Notifications
You must be signed in to change notification settings - Fork 54
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
Perform accessibility enhancements #112
Comments
👍 |
i am working with a new image selector for solve: Add and make revision of alternative (ALT) text in images. The ALT text should be relevant, concise and represent the image content or meaning that is relevant to the context |
@talitapagani Accessibility Evaluation Report 1 online and avaible in: http://wejs.org/public/project/aer-1/public-website-of-wejs-framework-and-wejs-events-evaluation-report.html |
@albertosouza Thanks! I'm going to work first on the other items related to Level A compliance. |
Hi @talitapagani , you can send an example of accessibility menu? |
According to the Accessibility Evaluation conducted at We.js website link , taking into account WCAG 2.0 guidelines, the following adjustments need to be performed:
WCAG 2.0 Level A
lang='en'
attribute to the<html>
tag. It's needed to inform to screen readers the natural language of the website content;theme
core - we-plugin-file
for
to form<label>
, specially at Login and Register pages;html - we-plugin-form
<title>
for each We.js page, following W3C/WAI guidelines;code
theme
theme
WCAG 2.0 Level AA
<h1>
) for pages that are missing them, such as Plugins and Themes;code
html
html
html and code
The text was updated successfully, but these errors were encountered: