wcag Questions

6

Is there a standard way to make screen readers spell out numbers? I am currently using NVDA and Firefox and have the following telephone number <p>01234 567890</p> This is read as ...
Demount asked 17/2, 2014 at 15:24

2

Solved

I'm trying to add accessibility to my web page and I'm not sure how to deal with this badge element. It's something like the number circle you see on your online shopping cart icon. (See example im...
Metcalfe asked 28/6, 2021 at 22:19

1

I am tasked with structuring our current website into ADA compliance and it has been a pain to get everything updated, so I have some questions regarding the headers. We have the following code in ...
Shaky asked 7/6, 2022 at 16:47

4

Solved

I'm programming a React Native App using NativeBase.io In my app where I use NativeBase I am getting the following error.....how do I fix this? Here is the error: WARN NativeBase: The contrast rat...
Moneybag asked 7/10, 2021 at 8:17

0

I want to upgrade our GitHub workflows with accessibility linting based on WCAG 2.1. If it's possible I want to define the level too like AA. I don't want to run a full test on a website, only make...
Sherris asked 15/4, 2021 at 6:51

2

Solved

I have a simple accordion: <div> <button aria-expanded='false' aria-controls='content'> Open accordion </button> <div id='content' aria-hidden='true'> This the accordio...
Nidifugous asked 5/4, 2021 at 2:50

5

Solved

I have phone number in below format 1-1xx-2xx-9565 Currently VO read it as "One (pause) One x x (pause) two x x (pause) minus nine thousand five hundred sixty five". VO should read it as "One (...
Chalaza asked 14/2, 2014 at 9:0

2

Solved

I get that using placeholder text as a label is not very accessible, but does it technically go against WCAG 2? I could not find anything explicit but I wonder if a more lawyerly reading of that st...
These asked 19/10, 2020 at 18:31

2

I currently have a form like so: <form action="#"> <select {if $isPostRequest}disabled="disabled" {/if}size="1" name="locale" onchange="location.href={if $languageToggleNoUser}'{$curren...
Wensleydale asked 17/2, 2014 at 1:50

4

Solved

I'm creating a form, that is following some WCAG guidelines. One of those is: G165: Using the default focus indicator for the platform so that high visibility default focus indicators will carry o...
Duque asked 3/8, 2018 at 14:3

2

Solved

I see this a lot on site title links in WordPress themes (probably because Underscores does it and everyone copies that): <a href="/" rel="home">Some Site Title</a> I cannot find eve...
Salonika asked 12/2, 2020 at 16:55

3

Solved

Recently I've been implementing ARIA into a web application and I found this question to be quite helpful in the improving the navigation parts. After implementing this in all modules, I discovere...
Confessor asked 26/10, 2013 at 8:37

13

Solved

I've read several articles and StackOverflow questions relating to the setting of focus in AngularJs. Unfortunately all the examples that I have read assume that there is some attribute that I can...
Duester asked 4/12, 2013 at 1:28

2

In many designs, a number of headings may appear in the header, footer, or other global elements of a website. One example would be denoting "Contact Us," "Our Address," and similar sections in the...
Stephenson asked 2/4, 2019 at 20:28

6

What would be the best method to code heading/title of <ul> or <ol>? Like we have <caption> in <table>, and we don't want to make them bold. Is this okay? <p>heading...
Assurbanipal asked 9/2, 2010 at 7:26

1

Solved

I am reading a bit on aria uses, and came across this piece of documentation:Fourth Rule of ARIA Use. One part that is not clear to me is this: "Applying aria-hidden to a parent/ancestor of a v...
Iotacism asked 6/9, 2018 at 12:53

5

Solved

What is the purpose of making 3 priority level by WCAG? is it like? If client not paying extra or if we don't have much time then go for A If client paying then or if we have time to make site c...
Marleah asked 10/3, 2010 at 3:29

2

I'm trying to understand the details of WCAG AA compliance. Would the unselected checkboxes in this image be considered too low-contrast to be compliant? Is there anything we can do (other than ch...
Toback asked 21/3, 2018 at 2:6

2

Solved

Say I wanna make a clickable image(say site-logo, or whatever) like so: <a href="theblablasite.com"><img src="logo_or_whatever.png"></a> If I want to make it accessible should ...
Calderon asked 4/2, 2016 at 13:50

4

Solved

I would like to visually hide the <h1> element on the page from regular site visitors; however, I am conscious that the element is important for users with screen readers. So I need to visual...
Gang asked 28/8, 2015 at 7:20

4

Solved

If I have a site with a couple of font awesome icons on it, e.g. <i class="fa fa-fw fa-cloud "></i> And run this through the WCAG 2.0 validator I get the following error: Success Cr...
Terpineol asked 11/4, 2014 at 14:33

7

Solved

Specifically, once I get the WCAG Anaylsis warnings for a website into my warnings window I can't get rid of them, until I close down studio. When building another project in the same solution they...
Rewire asked 3/12, 2008 at 11:28

2

Solved

To make websites accessible, my policy so far has been to follow the WCAG--no more, no less. I assumed the WCAG was thorough and complete. Thus I assumed that if I followed every one of its recomme...
Travistravus asked 28/1, 2014 at 20:11

2

Solved

I wanted to get something cleared up and that is the use of Javascript on websites with regards to WCAG. Am i correct that the use of Javascript is fine as long as it does not stop a user from acc...
Disciplinarian asked 20/1, 2014 at 13:26

4

Solved

Does compliance to WCAG 2.0 AA prevent the use of JavaScript? My understanding based on Understanding Conformance is that we can still use JavaScript as long as we don't generate any content that ...
Cryosurgery asked 5/12, 2011 at 9:23

© 2022 - 2025 — McMap. All rights reserved.