Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
614 views

Screen Readers For Testing Website Accessibility

My website is designed to meet the accessibility guidelines. I'm HOPING that this means screen readers should work well with it...... But I have two questions Is this a fair assumption to make? Are ...
5
votes
3answers
680 views

Looking for Alternative to TortoiseHG under Win32

I'm looking for an alternative GUI client for Mercurial that works on Win32 and that is accessible to a screen reader, specifically, JAWS for Windows. TortoiseHG doesn't work for me because of its ...
5
votes
1answer
159 views

Good how-to's for acessibility in WPF/XAML?

I'm building a WPF app and I'm tyring to find information or a walk through on how to make it accessible for screen readers. I've trawled through MSDN and found some articles regarding UI Automation ...
2
votes
2answers
323 views

What do screen readers do with an ellipsis unicode character?

For example, the unicode character "…" or the thing you get in HTML if you use the … entity. How will the various screen readers pronounce this?
1
vote
1answer
73 views

Tool for capture every event details from other applications

Is it possible to create a windows application to capture all event details (control type,event type,window etc) triggered from different types of applications (winform,wpf,silverlight etc.) I tried ...
1
vote
1answer
58 views

Screen Reader always “converts” the WPF Slider value to within 0-100 range

For those who have experience working with screen readers (ex. JAWS), my question is on how to modify the WPF slider so that the value that the screen reader reads out is the same as what's in ...
1
vote
1answer
289 views

Screen reader reads flash in Google's Chrome but not in Internet Explorer 8

The screen reader (JAWS) is able to read the textfield in flash on Google's Chrome but not in Internet Explorer 8. I'm using the latest version of swfobject.
1
vote
2answers
404 views

WPF FlowDocumentReader and FlowDocument Screen Reader (NVDA) Acccessibility

I am using a FlowDocumentReader to display FlowDocuments in a .NET 3.5 WPF application (the FlowDocuments have help/info/notes that are displayed based on user choices in the ui). I assumed that the ...
0
votes
0answers
46 views

JAWS v.12 reads text present in span tag two times

Any idea why the text written in span or p tags are readout twice by JAWS v.12(with IE8) when this tag gets focus? Following is the HTML code rendered that is readout twice by JAWS: <span ...
0
votes
3answers
77 views

HTML Document markup for accessibility

I was wondering about a proper way of structuring a document-like html page. It's obvious that the title of the page should be marked as <h1> and section headings as <h2>. As for the ...
0
votes
2answers
201 views

(Custom) WAI-ARIA role

I'm pretty new to ARIA and the roles, states, and properties it provides. I understand that there are different types of role (e.g. landmarks, regions, etc) but none of them represent areas like ...
0
votes
1answer
432 views

Recording Screen Interactions using UI Automation for Silverlight controls

I am trying to use UI Automation to record screen interactions in my Silverlight app. I have the Automation Peers for my control setup but am not able to figure out how to track these controls. For ...