Skip to main content

Questions tagged [accessible]

The degree to which a product, device, service, or environment is available to as many people as possible.

accessible
0 votes
0 answers
30 views

NVDA overrides eventListeners on arrow keys 38 and 40 with its own behavior for that

The "handleAccordionKeyDown" function enables arrow key navigation in an accordion. If the first accordion element, a link, is focused with the tab key, arrow key navigation is activated. ...
gbecker's user avatar
  • 11
0 votes
0 answers
73 views

Does a lightbox feature for images improve accessibility?

Consider a website that has accessibility (a11y) as a priority and implements it accordingly. The site has quite a few images that contain detailed information (e.g., a screenshot of a historical ...
glmvc's user avatar
  • 294
1 vote
1 answer
276 views

Can an ordered list item contain a heading and is that accessible?

My content creators want numbered headings for articles like "Top 10 tips".... 1. First tip nameblah blah 2. Second tip nameblah blah But according to WCAG all numbered items should be in ...
Hazel Rigby's user avatar
1 vote
1 answer
123 views

Add image to word with alt text using VBScript

I wrote a vbscript (.vbs) to add an image to a word document at a bookmark. I need the document to be accessible so I need to add alt text to the image in the word doc. I appreciate any help. The ...
Jennifer's user avatar
0 votes
1 answer
574 views

Accessibility: Spinner Status Messages Guidelines

Scenario Using a screen reader such as NVDA, VoiceOver, or TalkBack, after all dropdown selections are made, show loading spinner overlay while data is retrieved from the server. Question First I want ...
Caleb's user avatar
  • 17
0 votes
0 answers
409 views

VoiceOver interrupts my description when announcing "invalid data"

I'm trying to work on a simple accessible form. It has a field for the user to input their full name. <form onsubmit="validate()"> <label for="full-name"> <p&...
Jack's user avatar
  • 31
1 vote
1 answer
330 views

Is leaflet with OSM accessible in China?

Good day! I just want to know whether leaflet is usable in China continent. My service uses googleMap API but google map is not working in China. So If leaflet with OSM is accessible in China, I want ...
hyuke lee's user avatar
0 votes
2 answers
3k views

How to make screen reader reads aria-label inside <span>?

I'd like the screenreader to read the text "Stories, menu item" when the mouse hovers over the "Stories" button in the menu bar. I have tried to add aria-label as well as aria-...
superninja's user avatar
  • 3,321
0 votes
2 answers
117 views

How can I allow alt text to be viewed on my images (wordpress theme kallyas)

I'm trying to update my company's website to be more ADA friendly by ensuring all images have alt-text assigned. However, when I add alt text on the Wordpress CMS, I'm not able to view it in the HTML. ...
elleohtea's user avatar
0 votes
1 answer
211 views

Trigger transition of parent when child targeted

I have created a button that eventually will have an onclick event-- when the user hovers over the button a div element pops up with an anchor that says "learn more" (in the example i used a ...
Alex DiCaprio's user avatar
0 votes
2 answers
1k views

How to make underline text accessible using iText 7

I am trying to build a PDF from scratch and it has to be accessible (PDF/UA). However, I got a problem when I tried to add an underline text. The accessibility checker complained "a Path cannot ...
LeoX's user avatar
  • 137
0 votes
1 answer
784 views

How to create PDF/UA in iText7 with text hyperlink

I am trying to create a PDF/UA compliant file that contains a text hyperlink with iText 7. Both the Acrobat Preflight test for PDF/UA and the PDF Accessibility Checker (PAC 3) complain that the PDF ...
tjackson's user avatar
1 vote
0 answers
31 views

Accessible mode repeating

I load different layouts when SwitchPreference is turned on and off, and summay has a countdown when it is turned on, but when I turn on Accessible mode, the words on the countdown screen refresh, ...
xy f's user avatar
  • 11
0 votes
0 answers
96 views

Can someone provide a working example using AccessibleChildren in VB.NET?

I have been trying for months to work with the AccessibleChildren function in VB.Net, but I can't make it happen... Can someone provide a working example of an application of AccessibleChildren that ...
Ricardo's user avatar
6 votes
1 answer
18k views

"The package java.sql is not accessible." in eclipse [duplicate]

package test; import java.sql.*; public class Test2 { public static void main(String[] args) { // TODO Auto-generated method stub } } in the above code. import java.sql.*; ...
Ali Raza's user avatar

15 30 50 per page
1
2 3 4 5