Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [accessibility]

Accessibility seeks to make an application or website usable by everyone, including people with disabilities such as visual, auditory, ambulatory, or cognitive impairment. *This tag should NOT be used for:* programming that requires "accessing" a process in multiple threads, a object in a class, a resource on a network, etc. or responsive design, which deals with serving content to a wide range of devices, unless there are also accessibility concerns.

accessibility
4 votes
1 answer
19 views

How do I make my accessibility app work along with certain banking apps?

My app is accessibility based screen reader, but some banking apps deny to work if my accessibility service is turned on. User has to explictively turn it off everytime they want to use their banking ...
Kulshreth's user avatar
1 vote
0 answers
17 views

Accessibility issue - the screen reader announces incorrect information after submission

I'm using NextJS and I'm having an issue with the Screen Reader. When the modal is opened, it reads everything correctly. However, after submitting the formik on the modal, it narrates the footer CTA ...
Ignas's user avatar
  • 21
0 votes
1 answer
25 views

How to increase Font size or scale the font in existing pdf pages using PDFBOX or ITEXT?

I want to make large font of existing PDF. 18pt Bold Font 24pt Bold Font Apply for all the text in all pages of pdf. The text in entire pages will increase from current size to 18pt or 24pt more. That ...
fascinating coder's user avatar
0 votes
0 answers
10 views

Android Compose equivalent to view's performAccessibilityAction for Talkback navigation?

Is there an equivalent to View.performAccessibilityAction(AccessibilityNodeInfo.ACTION_ACCESSIBILITY_FOCUS, null) for Composables in Android Compose? I'm still freshly new to figuring out the ...
MajinKenn's user avatar
0 votes
0 answers
14 views

Wave tool accessibility html5 video alert

We are addressing WCAG accessibility issues on our website and encountering a problem with the homepage slider. Our slider features four videos, each displaying text to highlight our technology. We ...
Hitesh's user avatar
  • 1
0 votes
0 answers
14 views

Android - NavController - Reopening fragment is maintaining the Accessibility focus

I've two fragments - IntroFragment DetailFragment Intro layout - <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android=&...
AndroidCoder's user avatar
  • 2,725
0 votes
0 answers
8 views

Prevent TalkBack from announcing AccessibilityWindowInfo title

I'm developing a page within my app that opens in a new WebView. When this page loads, TalkBack announces the title of the AccessibilityWindowInfo, which is the app name. This is redundant because ...
Arnav_05's user avatar
0 votes
1 answer
37 views

Voiceover is not reading description (aria-describedby) of links

I have <a> tag in my code that has tooltip attached to it and tooltips are supposed to be read by aria-describedby. Voiceover on mac is just ignoring it and only announcing the link. Associated ...
Rifa Fatima's user avatar
-6 votes
0 answers
28 views

Need examples of UI with quick search function in Options/Tools/Preferences … [closed]

I need examples (except the ones I already know: Windows -> Control Panel; SQL Management Studio -> Tools -> Options; Google Chrome -> Settings), that implement quick search in Options/...
Victor Sotnikov's user avatar
0 votes
3 answers
84 views

Calculate a light enough shade of a given color to use as background for black text

Suppose my web app is given any random color, say purple, to use as a base accent color. Black - or nearly black - text has a bad contrast against this purple background: But if you make background a ...
Mikhail Batcer's user avatar
0 votes
0 answers
11 views

How to know if item is highlighted by TalkBack frame?

I'm working on accessibility issues in my app, written in Kotlin using Jetpack Compose. I have a bug that I think I can solve if I could know when a UI component is highlighted with a TalkBack frame - ...
dodgeRam's user avatar
0 votes
0 answers
16 views

How to tap a button in a UITest that is in and out of a swiftui accessibilityRepresentation?

If the View looks like this: struct Screen: View { var body: some View { VStack { ... NavigationLink { LoginScreen() } label: { ...
Celina's user avatar
  • 583
1 vote
0 answers
26 views

Accessible Menu - Tabbing in reverse direction

I'm trying to get a reverse tabbing option to work, based on this tutorial https://www.a11ywithlindsey.com/blog/create-accessible-dropdown-navigation I have a CodePen with her code here https://...
John Macpherson's user avatar
-1 votes
0 answers
20 views

% of accessibility issues caught with Accessibility Insights' quick asses

So I have been trying to look for data that points to the percentage of accessibility issues that Accessibility Insights' Quick Assess can find. Based on my research I know that the automated tool can ...
Keiver Bencomo's user avatar
0 votes
2 answers
85 views

What is the correct way to mark up a heading and tagline in HTML? [closed]

In this section I have two titles "Why Choice Us" and "Best Choicing For Cryptocurency". What is the correct way to mark up these two lines of text from a semantics and ...
Asmaa Mahmoud's user avatar

15 30 50 per page
1
2 3 4 5
541