Questions tagged [wcag]

Web Content Accessibility Guidelines (WCAG) are part of a series of Web accessibility guidelines published by the W3C's Web Accessibility Initiative.

Web Content Accessibility Guidelines () are part of a series of Web accessibility guidelines published by the W3C's Web Accessibility Initiative ().

They consist of a set of guidelines for making content accessible, primarily for disabled users, but also for all user agents, including highly limited devices, such as mobile phones.

The current version is 2.1, which became a W3C Recommendation on 05 June 2018, content that conforms to WCAG 2.1 also conforms to .

The publication of WCAG 2.1 does not deprecate or supersede WCAG 2.0. While WCAG 2.0 remains a W3C Recommendation, the W3C advises the use of WCAG 2.1 to maximize future applicability of accessibility efforts.

397 questions
1
vote
1 answer

Getting accessibility right for HTML tables

I have a data table used in a page that needs to meet WCAG 2.0 AA accessibility standards, but I am being told by my client that the table is not meeting basic accessibility standards. My client is using an online service called Cynthia Says which…
UntitledGraphic
  • 1,234
  • 2
  • 14
  • 23
1
vote
1 answer

WCAG compatible removal of image alt text from google search

Since we optimized our HTML markup for WCAG 2.0, we have a lot of (sometimes ugly) image descriptions in the google search results including our google site search. Does anyone knows a way to hide them from the result…
Trendfischer
  • 7,112
  • 5
  • 40
  • 51
1
vote
1 answer

How to Make Datepicker Comply with WCAG 2.0?

Recently I have received a project to make a webpage comply with WCAG 2.0 Level A. The part that I am running into a problem at the moment is the datepicker component. The datepicker component allows the user to select the date in two ways. One way…
Deep
  • 11
  • 5
1
vote
1 answer

Sharepoint page, remove auto generated HTML line to pass WCAG Web standard

We are trying to achieve WCAG Web standard on our website, but an error is coming on the below HTML code.I would like to remove the below code but this is autogenerated by Sharepoint. HOw can I resolve this problem?
1
vote
1 answer

Is using text-indent to provide a short description to a sprite image WCAG compliant?

I'm trying to get a site I'm working on to be WCAG 2 compliant. The site uses image sprites and it would be a challenge to replace the usage of image sprites throughout. As such I'm trying to determine whether the following technique:
vpiTriumph
  • 3,116
  • 2
  • 27
  • 39
1
vote
1 answer

Will ACTF aDesigner/aiBrowser useful for manual accessibility testing

I am looking for tool for manually testing the web application pages for accessibility compliance. ACTF's aDesigner/aiBrowser looks very good and provides good automated testing. In the same ACTF's browser if user wants to examine the attributes of…
Murugesh
  • 1,009
  • 1
  • 12
  • 34
1
vote
1 answer

Accessibilty for WCAG Standards - How to handle a label within a label

I'm trying to figure out how to mark up some code using WCAG standards, but it's a little complicated when I run into this situation:
1
vote
0 answers

jQuery slider re-positions when tabbing through content

When tabbing through linked content within a jquery slider, the slide position jumps to the link in :focus, breaking the alignment of the slides. Standard keyboard navigation is important to me for accessibility purposes. fairly in-experienced…
1
vote
1 answer

Is HTML5 valid with WCAG 2.0 Level AA?

I'm not familiarized with the english accessibility specifications. I know with RGAA in France we can't use HTML5 because we must be compatible with IE6 (no-js), and the most part of screen readers are based on it. RGAA and accessiweb Silver are…
Val Entin
  • 953
  • 10
  • 18
1
vote
1 answer

Layout tables and WCAG 2 error

I know that WCAG 2.0 allows tables for layout, yet for some reason achecker keeps giving me the following error: Check 245: Data table with more than one row/column of headers does not use id and headers attributes to identify cells Repair: Add id…
Val Blant
  • 1,664
  • 2
  • 24
  • 34
1
vote
1 answer

Accessibility and Text Resizing: Do I still need to use ems if I no longer support IE6?

WCAG 2.0 says: (1.4.4) Resize text: Except for captions and images of text, text can be resized without assistive technology up to 200 percent without loss of content or functionality. (Level AA) And elaborates with: The scaling of content is…
Steven Tew
  • 13
  • 4
1
vote
5 answers

Should we take users who disable javascript into account for accessibility?

Are users who disable javascript (which are low in number) a topic for accessibility? To make everything accessible without javascript is more time consuming than to make site compatible for IE6. My question is actually how many people keeps…
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
1
vote
0 answers

TotalValidatorPro issues

I am trying to get TotalValidatorPro to crawl a page that requires a login. Even if I put the login information in the authtification tab. It wont go passed the login page. Even if Im already logged in and I try to start the validator from the…
CoffeePeddlerIntern
  • 659
  • 3
  • 13
  • 29
1
vote
4 answers

How can I replace the screen reader audio with a prerecorded audio file?

I work on a multilingual website that will contain many languages that are not normally written, and I wonder if there are any ways to get this working for people using screen readers? Is it possible to give a text an attribute to make the screen…
user11448
  • 339
  • 3
  • 8
1
vote
1 answer

WCAG 2.0: Difference between Technique H44 and Technique F68

Could someone explain the difference between Technique H44 and Technique F68 ? They relate to the same set of instruction and seem quite identical to me.