I have to participate in a subsidized program from the European Union that has the specifications to be WCAG 2.0 (Level AA) validated and Accessibility W3C friendly.
I’m trying to get pass the web accessibility validator (www.achecker.ca)
I have 2 errors with doublicate ids
ast-site-header-cart
and
site-navigation
Please can you help me?
I work many days for those issues
Thanks
]]>Additionally, I don’t want to be able to tab through the menu items on mobile. Currently I am tabbing through the entire menu even when I don’t have the hamburger menu open.
The page I linked to seemed like someone had figured this out already so curious if you could help.
]]>For JS encoded mails I’m getting such an error in Chrome Lighthouse accessibility check:
Links do not have a discernible name
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users.
It’s happening because of empty links…
Can we fix it somehow?
Thanks.
I have installed your plugin at my site and it was very easy to set it. But, although, I have declared some images as decorative and they have alt text, the achecker indicates that they are missing alt. Could you help to check these images? What can I do so my site will get valid?
Thank you in advance
]]>I am making a site compliant with WCAG 2.0 Level AA that includes Ultimate Responsive Image Slider Version 3.3.9.
Each of the images I am using have unique title and Alt Tags.
When the page is rendered all the Alt Tags are the same as the first image instead of matching the alt tag entered for each image.
Here is the resulting source code:
<div id=”example3_491″ class=”slider-pro”>
<!—- slides div start —->
<div class=”sp-slides”>
<div class=”sp-slide”>
</div>
<div class=”sp-slide”>
</div>
<div class=”sp-slide”>
</div>
<div class=”sp-slide”>
</div>
<div class=”sp-slide”>
</div>
<div class=”sp-slide”>
</div>
<div class=”sp-slide”>
</div>
<div class=”sp-slide”>
</div>
<div class=”sp-slide”>
</div>
</div>
In order to be WCAG compliant, the page code must include the unique Alt tag assigned to each image.
What do I have to do to make this happen?
]]>1st: <html> element must have a lang attribute. Please give instruction on how to fix?
2nd: Frames must have title attribute. Please give instruction on how to update this?
Please have changes for child-theme folder if possible. Thanks
]]>Through a very hack-tastic solution, I managed to find a way around accessibility issues. Realistically, though, the paid model makes developing with this form regrettable. I would have spent far fewer development hours if I’d just hard-coded the form and moved on.
Downloader/buyer beware — any modifications you wish to make will cost you nearly $50 for each add-on. With more countries accepting WCAG 2.0 AA as standard (and making laws accordingly), it’s a shame that this plugin makes it extremely difficult.
]]>I am working on “Accessible forms using WCAG 2.0″ due to screen readers users.
Someting like below,
<input type=”text” title=”name”>
How to add “title” attribute to input form field?
Thank you for your time.