Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
13answers
587 views

When is it OK to use Javascript and when not?

Is it good practice not to use much javascript/jquery? Should we avoid it as much as possible (for good accessibility)? When is it OK to use JavaScript and when is it not in web design and ...
11
votes
3answers
2k views

display:none vs visibility:hidden vs text-indent:9999 How screen reader behave with each one?

What is the difference between these three for screen reader users?
8
votes
5answers
429 views

Javascript and Accessibility

As a web developer, a number of the projects I work on fall under government umbrellas and hence are subject to 508 Accessibility laws, and sometimes W3C accessibility guidelines. To what extent can ...
7
votes
2answers
309 views

WAI-ARIA: Javascript Capability Testing?

In the spirit of progressive enhancement, I'd like to do some ARIA capabilities testing to implement additional enhancements if they're supported by the browser. I'm not looking to detect screen ...
7
votes
4answers
402 views

Is W3C invalid HTML and CSS code harmful for SEO and problematic for screen reader users?

If i made a site and site looking well in all a grade browsers but if site shows some errors in both XHTML and CSS validation then is there any benefit to solve those errors? Is site with 10 ...
6
votes
1answer
71 views

Do search engines and/or screen readers give any importance to the new tags in HTML5?

Do search engines and/or screen readers give any importance to the new tags in HTML5? Sometimes I think I will use HTML5 with the help of JavaScript, but what is the benefit if search engines and/or ...
6
votes
3answers
573 views

Which screen reader would be best to test site accessibility and how to configure that?

Which screen reader would be best to test site accessibility and how to configure that screen reader to test website (or default screen-reader setting would be ok) and which browser should be used to ...
6
votes
3answers
732 views

What are usability, accessibility, screen-reader or any other development, functionality, cross browser issue with iframe?

What are the usability, accessibility, screen-reader, or any other development, functionality, or cross browser issues with <iframe>? Is there any alternative for <iframe>? And are ...
5
votes
1answer
200 views

Is use of position:absolute inside relative can create problems in Print ,screen-readers and for mobile users?

Is use of position:absolute inside relative can create problems in Print ,screen-readers and for mobile users? or float + margin + Padding is still best if we need good compatibility at Screen, ...
5
votes
3answers
345 views

When we should use <dl> over <ul>?

In what scenarios we should go for <dl> not <ul>? Does it matter for screen reader user <ul> or <dl>? does screen reader software notify user about content is in <ul> or ...
5
votes
3answers
3k views

What would be the best method to code heading/title for <ul> or <ol>, Like we have <caption> in <table>?

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 Example image: This is ok ...
5
votes
4answers
306 views

What is the benefit to add empty alt=“”? and which alt should be used this alt=“” or alt=“ ”?

What is the benefit to add null alt=""? is it only to pass validation or it has more reason and how it should be write? like this, no space alt="" or this with one blank space alt=" "
5
votes
6answers
286 views

Should i repeat person name in alt text of <img> if name is already in source under image?

if I'm already having person name under/over image then should i use same name in ALT text? <p><img width="125" height="157" alt="George Washington" ...
4
votes
1answer
147 views

C# : How to detect if screen reader is running?

How to detect if screen reader is running (JAWS)? As I understand in .NET 4 we can use AutomationInteropProvider.ClientsAreListening from System.Windows.Automation.Provider namespace, but what if I ...
4
votes
1answer
284 views

Silverlight: How to force a screen reader to read something?

Silverlight does a good job of making the automation tree accessible, but is there a way to programatically ask a screen reader to read something? Up until now I've been using: AutomationPeer ...
4
votes
4answers
282 views

What is prefered to use in alt text “&” or “&amp;” for screenreader users?

Services &amp; Products or Services & Products Update: How popular screen readers and text only browsers will handle &amp;?
4
votes
3answers
141 views

“Click here to read this article” “Read More” Why these are bad for screen readers?

I use "read more" at the end of paragraph just for reminder for user same like P.T.O Why it's problematic?
4
votes
5answers
197 views

Does it matter <strong> in <em> or <em> in <strong>?

Does it matter <strong> in <em> <p><strong><em>Some text</em></strong></p> or <em> in <strong>? <p><em><strong>Some ...
4
votes
4answers
209 views

How to judge what should be more accessible markup <table> ,<div> and <ul><li> if design has table like data?

for example what is the accessible way to code this design. currently my company's CMS producing this HTML for this design <div id="presentationsContainer"> <div ...
4
votes
4answers
266 views

Flash and Accessibility

As a web developer, a number of the projects I work on fall under government umbrellas and hence are subject to 508 Accessibility laws, and sometimes W3C accessibility guidelines. To what extent can ...
3
votes
1answer
94 views

WPF: How to get screen readers to ignore progress bar status updates?

Recently, I have been trying to get the built-in Windows 7 narrator/screen reader to be compatible with my WPF app. There is very little info about this, but what I have read is that I can set an ...
3
votes
2answers
238 views

How to hide any element from page only from Screenreader but not from page for normal users?

How to hide any element from page only from Screenreader but not from page for normal users? I know these snippets but I want to hide something from screen redaer but not from page visually. Sscreen ...
3
votes
4answers
165 views

If I'm adding content in page through JavaScript will it be crawlable by Search engine spider

If I'm adding content in page through JavaScript will it be crawl-able by Search engine spider and accessible by screen reader. For example this var tip = "<p>Most computers will open PDF ...
3
votes
4answers
1k views

Should we put <input> inside <label>?

I saw 2 different method on same form example: on http://www.alistapart.com/articles/prettyaccessibleforms/ why they are using 2 method in first fieldset they are keeping input after labeland in 2nd ...
3
votes
4answers
155 views

Which alt text is best for screen readers for example “smiling kid”?

Which would be good write ALT text for a photo of kid which is smiling and sitting in garden? This alt="Photo of smiling kid sitting in the garden" or this alt="Photo of smiling kid" or this ...
3
votes
1answer
287 views

Why <table> is not good for layout while <div> is? for screen reader users

What is the problem with <table> tag which is not with <div> for screen reader users? Please Explain with example.
3
votes
6answers
382 views

Is it ok to hide any things using display:none?

Is it ok to hide any thing temporarily or forever using display:none? in dynamic site where many component of page coming from different plugins etc and many time if client doesn't want any thing on ...
3
votes
6answers
163 views

Is it still true, to make cross broswer layouts for desktop browsers using table+css is easier then div+css?

My one of web designer friend still making sites with table but he use css very nicely and I also use css nicely but with <div> and i face cross browser problem in layout more than my friend. ...
3
votes
5answers
531 views

xhtml document - Lang options question

What is the difference between the 2 lines shown below?: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB"> <meta http-equiv="content-language" content="en-GB" /> If i didn't ...
2
votes
2answers
106 views

Site accessibility: what screen readers, etc to test against, and how?

The web site that we're writing needs to be "Accessible". The trouble is, while we understand the general conepts (semantic latout, alt text on images, light on Javascript, etc etc), we don't really ...
2
votes
3answers
730 views

Getting screen reader to read new content added with JavaScript

When a web page is loaded, screen readers (like the one that comes with OS X, or JAWS on Windows) will read the content of the whole page. But say your page is dynamic, and as users performing an ...
2
votes
6answers
426 views

When to use <strong> and when to use <b>? [closed]

Possible Duplicate: Is it ok to use <strong> in place of <b> blindly ? When to use <strong> and when to use <b> or other ways to give look of bold? strong has ...
2
votes
2answers
1k views

How can i implement a PDF reader not using UIWebView in iPad

How can we implement a PDF reader for iPad without using UIWebView? It needs the option for adding gestures for changing the page with a hand touch. How does I can do that? What are the classes that ...
2
votes
3answers
336 views

Are inline style bad for screen readers?

Example <span style="BACKGROUND-COLOR: #ffd700">Background color</span> How screen reader handle inline css ? is there any other cons of inline CSS except css management? Inline styles ...
2
votes
1answer
103 views

Non-SEO anti-spoofing external link redirect: Status code?

I've read several documents on the merits of the different HTTP redirect status codes, but those've all been very SEO-centric. I've now got a problem where search-engines don't factor in, because the ...
2
votes
6answers
462 views

Is it necessary to wrap <strong>, <em>, <b>, <i> inside <p> tag, if content is not paragraph?

For example: This is ok <div> <p>some <strong>long</strong> text</p> <strong>- end -</strong> <p>some long text</p> </div> Or this is ...
2
votes
3answers
330 views

What is the biggest cons to use position: absolute & top/left over Float & margin+padding, If site is fixed width (970px), centered?

What is the biggest disadvantage to use CSS positioning(From Dreamweaver AP Div) for everything instead Float for fixed width, centered website? if I don't care for Mobile users Small screen users ...
2
votes
8answers
875 views

Should I avoid javascript , jquery, flash, ajax, silverlight if i want to make my site cross platform compatible and screen reader compatible?

Should I avoid JavaScript , jQuery, flash, Ajax, Silverlight if i want to make my site cross platform compatible (PC, iPHONE other mobiles, PDA) and Accessible(screen reader compatible)? Should i ...
1
vote
1answer
39 views

Aria, Dialog, and Div with Tab Index with NVDA

I am trying to figure out why NVDA isnt speaking the inner HTML of a div that has a tabindex. The snipped below is inside a jquery-ui-dialog with an aria role of dialog. If I remove the aria-label, ...
1
vote
0answers
22 views

Screen-readers and changing text in Flash

I have a bunch of Flash files which I need to keep and make WCAG2 compliant. I can't get my screen-reader (NVDA) to read all of the content, and it doesn't show up when I look at it with aDesigner ...
1
vote
1answer
59 views

pdf books, what are good apps for reading them [closed]

I do like reading books from time to time, and I'm still very proud of my 12 year old unix power tools, and perl camel book. I still buy books but less physical books and more pdf books (I like the ...
1
vote
1answer
84 views

A portion of my webpage changes dynamically — how on Earth do I let screen readers know?

Is it possible to dynamically update a portion of a webpage (for example: to display a list of errors from a form submission) and indicate to screen readers that they should skip to the updated ...
1
vote
0answers
76 views

ADA Compliant Crystal Reports

Anyone making ADA (Americans with Disabilities Act) compliant Crystal reports? Any documentation on best practices or tips and tricks? So far, we're adding text objects in small fonts with white ...
1
vote
2answers
111 views

I'm looking for a jquery form validation plugin, which can give validation error as a “Alert”

I'm looking for a easy to use jQuery form validation plugin, which give validation error as a "Alert". Because alert is the best way to inform screen reader users about errors.
1
vote
2answers
317 views

Toggle jQuery.remove()

Instead of .show()'ing and .hide()'ing (or .toggle()'ing for that matter), is there any way to "toggle" a .remove() function? I realize .remove() literally removes elements from the DOM, so it sounds ...
1
vote
4answers
147 views

Is it necessary to have at least one `H1` in any webpage?

Is it necessary to have at least one H1 in any web page? in terms of accessibility, semantics and SEO.
1
vote
2answers
68 views

How to make this effect accessible for screen-reader and without JS

Today i found a good example to make whole div clickable in a cool way. Is there a way to make this effect compatible with Screen-reader and keyboard user and even at least accessible if JS disabled ...
1
vote
1answer
61 views

What is preferred accessible and semantically correct method to code this type of data design?

What is preferred accessible and semantically correct method to code this type of data design? Table UL, LI DIV,SPAN For icons should i use for each place or i should is icon from CSS sprites? If ...
1
vote
3answers
1k views

Why WCAG made 3 level “A”, “AA” and “AAA”?

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 ...
1
vote
2answers
318 views

After WCAG 2.0, Should we follow any guideline of WCAG 1.0?

WCAG 2.0 is released should we follow only WCAG 2.0 guideline or we should combination of both no need to consider WCAG 1.0 now? or if I'm considering WCAG guideline then do i need to consider any ...

1 2