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
0
votes
1 answer

Good non-browser WCAG 2 Checker/Validator

Im looking a application based WCAG 2 Checker/Validator. Right now Im using TotalValidator the free version. Looking to purchase the full version for more extensive usability. Are there any other non-web based WCAG 2.0 checkers out there that works…
CoffeePeddlerIntern
  • 659
  • 3
  • 13
  • 29
0
votes
2 answers

Accessibility: Section 508 vs WCAG

My company is based in the UK, but is involved in a website for a US based company. Our website follows the WC3 standards (WCAG 2.0) for accessibility. In terms of the USA does anyone know what the law is on accessibility? (I've heard of section 508…
AJM
  • 32,054
  • 48
  • 155
  • 243
0
votes
2 answers

How to check WCAG in php?

We have WCAG standard means site should run without javascript. http://www.w3.org/TR/WCAG/ Is it possible to check WCAG is enabled or not in PHP? When javascript is disabled :- I have set some php session variables When javascript is enabled :- I…
Jackson
  • 1,426
  • 3
  • 27
  • 60
0
votes
2 answers

The default scripting language must be specified for an intrinsic event

I am checking my site through the validator tool for accessibility. I am have the following errors The default style sheet language must be specified when style attributes are used: The default scripting language must be specified for an intrinsic…
anna
  • 745
  • 2
  • 9
  • 30
-1
votes
1 answer

Accessibility issues coming in MUI components

I am developing a react application using MUI (Core & X) & having issues in WCAG Accessibility. I am using many of their components but having issues in data grid, select and MUI tabs. I am using the following MUI versions: "@mui/material":…
-1
votes
1 answer

Screen reader is not announcing when a new tab or a table gets loaded

When visually challenged user click on the product link , A new tab gets loaded in the same page however screen reader remains silent A new tab contains table records with column header product id, product name, product description, etc. when user…
Victor
  • 17
  • 5
-1
votes
1 answer

wcag 2.4.4 Link purpose (in context) resolution

The table has 10 no. of column and 10 no. of rows. each row have product id hyperlink. example p01, p02 however screen reader announces as p01 link, p02 link. does the link text should be more descriptive ? Also another column with each row has show…
Victor
  • 17
  • 5
-1
votes
1 answer

Why screen readers navigate radio / checkbox buttons by directly selecting them?

I'm trying to be WCAG friendly and have created a group of radio buttons, which, when they receive on-change, trigger action. But when I tried to navigate it by shift+arrow, I discovered that it doesn't just focus them, but right away checks them…
maeros
  • 57
  • 4
-1
votes
1 answer

WCAG guideline: 2.1.1 Keyboard

I have a Q on the wcag point 2.1.1 . In my application, I have a confirmation modal for "delete" action. So user click on "Delete" button and then "Are you sure " modal appears. In this modal, I have 2 buttons "Confirm" & "Cancel". Confirm is on the…
-1
votes
1 answer

Trying to add ALT tag within popup lightbox Lightbox2 for ADA Compliance Standards

I am updating a client's site to include alt tags to bring their site to ADA compliance. I have a few pages that use Lightbox2 from https://lokeshdhakar.com/projects/lightbox2. I added the ALT attribute to my array, but it's not being called in the…
-1
votes
1 answer

Ensuring a drop-down selection box has keyboard access to fix axe violation(WCAG) - js

So running Axe (Web accessibility tool) on my web page produces a violation: Elements that have scrollable content should be accessible by keyboard https://dequeuniversity.com/rules/axe/3.3/scrollable-region-focusable?application=AxeChrome The link…
Liam
  • 429
  • 1
  • 13
  • 33
-1
votes
1 answer

How to make hover-state revealed text accessible through tab structure?

I've been working on a web component that will hide/reveal content by hovering over a
. I've got the functionality working the way I want, but I just realized isn't accessible via tabbing. I was able to include tabindex="0" role="button"…
-1
votes
1 answer

Accessibility: browser navigation with JS

I have a page with list of items. each item is a link to go to the specific item info page. on that page there's a button called 'Delete'. so when a user click on it, this item is deleted and the user is taken back to the previous page. since the…
user2587454
  • 903
  • 1
  • 19
  • 44
-1
votes
2 answers

How to determine the Accessibility/Compliance Score on a Site?

Currently, am working on making a dynamic site compliance. I use WAVE Tool chrome extension and manual testing for keyboard navigation. I am hearing a lot about Accessibility Score number (which I have no idea about). Upon googling, I did see that…
user9115375
-1
votes
1 answer

Adobe Flex and ADA Compliance

Is it possible to make Flex applications as ADA Compliance ?
S.M.Karthick
  • 129
  • 1
  • 5
1 2 3
26
27